Modifier and Type | Interface and Description |
---|---|
static class |
Member.DistributionRole
Distribution role of a Space member
|
static class |
Member.ManagementRole
Metaspace management role of the member
|
Modifier and Type | Method and Description |
---|---|
Tuple |
getContext()
Returns context tuple if it is provided through MemberDef during connect
|
Member.DistributionRole |
getDistributionRole(java.lang.String spaceName)
Returns the distribution role for the space
|
java.lang.String |
getHostAddress()
Returns the IP address string in textual presentation.
|
java.lang.String |
getId()
Returns a globally unique id of the member
|
DateTime |
getJoinTime()
The time member has joined to metaspace
|
Member.ManagementRole |
getManagementRole()
Returns the Metaspace management role of the member
|
java.lang.String |
getName()
Returns a globally unique name of the member
|
int |
getPort()
The listen port of the member
|
long |
getProcessId()
Return the Process ID
|
java.lang.String |
getProcessName()
Returns the Process name
|
java.util.Collection<Member> |
getProxies()
The list of proxies for this member (for remote client members only)
|
boolean |
isRemote()
Returns true if member is a remote client
|
java.lang.String getName()
java.lang.String getId()
Member.ManagementRole getManagementRole()
Member.DistributionRole getDistributionRole(java.lang.String spaceName)
spaceName
- space name of interestTuple getContext()
java.lang.String getHostAddress()
long getProcessId()
java.lang.String getProcessName()
int getPort()
DateTime getJoinTime()
java.util.Collection<Member> getProxies()
boolean isRemote()
Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.