|
GemFire 6.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gemstone.gemfire.admin.GemFireMemberStatus
public class GemFireMemberStatus
Class GemFireMemberStatus provides the status of a specific
GemFire member VM. This VM can be a peer, a client, a server and/or a
gateway.
| Constructor Summary | |
|---|---|
GemFireMemberStatus()
|
|
GemFireMemberStatus(Cache cache)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GemFireMemberStatus()
public GemFireMemberStatus(Cache cache)
| Method Detail |
|---|
public boolean getIsConnected()
public boolean getIsClient()
public boolean getIsServer()
public int getServerPort()
public boolean getIsGatewayHub()
public boolean getIsLocator()
public boolean getIsPrimaryGatewayHub()
public Object getGatewayHubStatus()
public boolean getIsSecondaryGatewayHub()
public Set getConnectedPeers()
public Set getConnectedServers()
public Set getUnconnectedServers()
public Set getConnectedClients()
public Set getConnectedOutgoingGateways()
public Set getUnconnectedOutgoingGateways()
public Map getOutgoingGateways()
public Map getConnectedIncomingGateways()
public Map getClientQueueSizes()
public int getClientQueueSize(String clientMemberId)
public Map getClientHealthStats()
public Object getClientHealthStats(String clientID)
clientID - client for health
public String getClientHostName(String clientId)
public Map getGatewayQueueSizes()
public int getGatewayQueueSize(String gatewayId)
public Map getRegionStatuses()
public Object getRegionStatus(String fullRegionPath)
fullRegionPath - region path
public Serializable getMemberId()
public String getMemberName()
public int getMcastPort()
public InetAddress getMcastAddress()
public InetAddress getHostAddress()
public String getBindAddress()
public String getLocators()
public long getMaximumHeapSize()
public long getFreeHeapSize()
public long getUsedHeapSize()
public long getUpTime()
public void setUpTime(long upTime)
public String toString()
toString in class Object
|
GemFire 6.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||