public interface DistributedMember extends java.lang.Comparable<DistributedMember>
DistributedSystem.connect(java.util.Properties)
.Modifier and Type | Method and Description |
---|---|
DurableClientAttributes |
getDurableClientAttributes()
Returns the durable attributes for this client.
|
java.util.List<java.lang.String> |
getGroups()
Returns the groups this member belongs to.
|
java.lang.String |
getHost()
Returns the canonical name of the host machine for this member.
|
java.lang.String |
getId()
Returns a unique identifier for this member.
|
java.lang.String |
getName()
Returns this member's name.
|
int |
getProcessId()
Returns the process id for this member.
|
java.util.Set<Role> |
getRoles()
Deprecated.
Roles is scheduled to be removed
|
java.lang.String getName()
java.lang.String getHost()
java.util.Set<Role> getRoles()
java.util.List<java.lang.String> getGroups()
int getProcessId()
java.lang.String getId()
DurableClientAttributes getDurableClientAttributes()