public interface Member extends MemberIdentity
MEMBER_IDENTITY_LIMIT| Modifier and Type | Method and Description |
|---|---|
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 |
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.
|
UID |
getUid()
Return the unique identifier of the Member.
|
getClusterName, getMachineId, getMachineName, getMemberName, getPriority, getProcessName, getRackName, getRoleName, getSiteNameInetAddress getAddress()
int getPort()
long getTimestamp()
UID getUid()
int getId()
This value sometimes referred to as a "mini-id" in comparison to the "Uid" returned by getUid(). It does not uniquely identify the Member throughout the duration of the cluster because Members that existed but left the cluster before this Member existed may have had the same mini-id value and the same goes for Members that may join the cluster after this Member leaves the cluster.