|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridgain.grid.spi.discovery.coherence.GridCoherenceMember
public class GridCoherenceMember
Contains data from Coherence Member interface. An instance of this class
can be accessed by calling GridNode.getAttribute(GridCoherenceDiscoverySpi.ATTR_COHERENCE_MBR)
method.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.0.3
![]() |
![]() |
| Constructor Summary | |
|---|---|
GridCoherenceMember(com.tangosol.net.Member mbr)
Creates bean with member data. |
|
| Method Summary | |
|---|---|
InetAddress |
getAddress()
Return the IP address of the Member's DatagramSocket for point-to-point communication. |
int |
getId()
Return a small number that uniquely identifies the Member at this point in time and does not change for the life of this Member. |
int |
getMachineId()
Return the Member's machine Id. |
String |
getMachineName()
Determine the configured name for the Machine (such as a host name) in which this Member resides. |
String |
getMemberName()
Determine the configured name for the Member. |
int |
getPort()
Return the port of the Member's DatagramSocket for point-to-point communication. |
long |
getTimestamp()
Return the date/time value (in cluster time) that the Member joined. |
com.tangosol.util.UID |
getUid()
Return the unique Coherence identifier of the Member. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridCoherenceMember(com.tangosol.net.Member mbr)
mbr - Coherence node (member).| Method Detail |
|---|
public int getId()
public int getMachineId()
public String getMachineName()
public String getMemberName()
public InetAddress getAddress()
public int getPort()
public long getTimestamp()
public com.tangosol.util.UID getUid()
public String toString()
toString in class Object
|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|