|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Member
The Member interface represents a cluster member.
| Method Summary | |
|---|---|
java.net.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. |
| Methods inherited from interface com.tangosol.net.MemberIdentity |
|---|
getClusterName, getMachineId, getMachineName, getMemberName, getPriority, getProcessName, getRackName, getRoleName, getSiteName |
| Method Detail |
|---|
java.net.InetAddress 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.
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||