public interface GroupMemberData
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCellName()
The name of the cell that contains the server hosting this member.
|
java.lang.String |
getFullyQualifiedServerName()
This returns the fully qualified server name that is hosting this member.
|
java.util.Map |
getMemberProperties()
This is the unique map of properties identifying the member from other
members in this group.
|
GroupMemberState |
getMemberState() |
java.lang.String |
getNodeName()
The name of the node that contains the server hosting this member.
|
java.lang.String |
getServerName()
The name of the server that is hosting this member.
|
java.lang.String getFullyQualifiedServerName()
java.lang.String getCellName()
java.lang.String getNodeName()
java.lang.String getServerName()
GroupMemberState getMemberState()
java.util.Map getMemberProperties()