public interface MemberIdentity
| Modifier and Type | Field and Description | 
|---|---|
| static int | MEMBER_IDENTITY_LIMITThe member identity limit used to restrict the size of various fields. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClusterName()Return the name of the cluster with which this member is associated. | 
| int | getMachineId()Return the Member's machine Id. | 
| String | getMachineName()Return the configured name for the Machine (such as a host name) in which this Member resides. | 
| String | getMemberName()Return the configured name for the Member. | 
| int | getPriority()Return the priority (or "weight") of the local Member. | 
| String | getProcessName()Return the configured name for the Process (such as a JVM) in which this Member resides. | 
| String | getRackName()Return the configured name for the Rack (such as a physical rack, cage or blade frame) in which this Member resides. | 
| String | getRoleName()Return the configured role name for the Member. | 
| String | getSiteName()Return the configured name for the Site (such as a data center) in which this Member resides. | 
static final int MEMBER_IDENTITY_LIMIT
String getClusterName()
int getMachineId()
String getMachineName()
String getMemberName()
int getPriority()
String getProcessName()
String getRackName()
String getRoleName()
String getSiteName()