public interface ClusterNodeInfo
Modifier and Type | Method and Description |
---|---|
String |
getHostName()
Returns the hostname where the cluster node is running.
|
long |
getJoinedTime()
Return the date/time value (in cluster time) that the Member joined.
|
NodeID |
getNodeID()
Returns the ID that uniquely identifies this node.
|
boolean |
isSeniorMember()
Returns true if this member is the senior member in the cluster.
|
String getHostName()
NodeID getNodeID()
long getJoinedTime()
boolean isSeniorMember()
Copyright © 2003-2008 Jive Software.