|
GemFire 6.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DistributedMember
This is the fundamental representation of a member in a GemFire distributed
system. A process becomes a member by calling DistributedSystem.connect(java.util.Properties).
| Method Summary | |
|---|---|
DurableClientAttributes |
getDurableClientAttributes()
Returns the durable attributes for this client. |
String |
getHost()
Returns the canonical name of the host machine for this member. |
String |
getId()
Returns a unique identifier for this member. |
int |
getProcessId()
Returns the process id for this member. |
Set<Role> |
getRoles()
Returns the Roles that this member performs in the system. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String getHost()
Set<Role> getRoles()
Roleint getProcessId()
String getId()
DurableClientAttributes getDurableClientAttributes()
|
GemFire 6.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||