VMware GemFire Java API Reference
Package org.apache.geode.admin
Class GemFireMemberStatus
- java.lang.Object
-
- org.apache.geode.admin.GemFireMemberStatus
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class GemFireMemberStatus extends java.lang.Object implements java.io.SerializableDeprecated.as of 7.0 use themanagementpackage insteadClassGemFireMemberStatusprovides the status of a specific GemFire member VM. This VM can be a peer, a client, a server and/or a gateway.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String_bindAddressDeprecated.protected java.util.Map_clientHealthStatsDeprecated.protected java.util.Map_clientHostNamesDeprecated.protected java.util.Map_clientQueueSizesDeprecated.protected java.util.Set_connectedClientsDeprecated.protected java.util.Map_connectedIncomingGatewaysDeprecated.protected java.util.Set_connectedPeersDeprecated.protected java.util.Set_connectedServersDeprecated.protected long_freeHeapSizeDeprecated.protected java.lang.Object_gatewayHubStatusDeprecated.protected java.util.Map_gatewayQueueSizesDeprecated.protected java.net.InetAddress_hostAddressDeprecated.protected boolean_isClientDeprecated.Notifies whether this member is a client to a cache server.protected boolean_isConnectedDeprecated.protected boolean_isGatewayHubDeprecated.Notifies whether this member is a hub for WAN gateways.protected boolean_isLocatorDeprecated.Notifies whether this member is a locator.protected boolean_isPrimaryGatewayHubDeprecated.protected boolean_isServerDeprecated.Notifies whether this member is a cache server.protected java.lang.String_locatorsDeprecated.protected long_maximumHeapSizeDeprecated.protected java.net.InetAddress_mcastAddressDeprecated.protected int_mcastPortDeprecated.protected java.io.Serializable_memberIdDeprecated.protected java.lang.String_memberNameDeprecated.protected java.util.Map_outgoingGatewaysDeprecated.protected java.util.Map_regionStatusesDeprecated.protected int_serverPortDeprecated.protected java.util.Set_unconnectedServersDeprecated.protected CachecacheDeprecated.protected longupTimeDeprecated.
-
Constructor Summary
Constructors Constructor Description GemFireMemberStatus()Deprecated.GemFireMemberStatus(Cache cache)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidaddConnectedClient(java.lang.String connectedClient)Deprecated.protected voidaddConnectedServer(java.lang.String connectedServer)Deprecated.protected voidaddUnconnectedServer(java.lang.String unconnectedServer)Deprecated.java.lang.StringgetBindAddress()Deprecated.java.util.MapgetClientHealthStats()Deprecated.java.lang.ObjectgetClientHealthStats(java.lang.String clientID)Deprecated.For internal use onlyjava.lang.StringgetClientHostName(java.lang.String clientId)Deprecated.intgetClientQueueSize(java.lang.String clientMemberId)Deprecated.java.util.MapgetClientQueueSizes()Deprecated.java.util.SetgetConnectedClients()Deprecated.java.util.MapgetConnectedIncomingGateways()Deprecated.java.util.SetgetConnectedPeers()Deprecated.java.util.SetgetConnectedServers()Deprecated.longgetFreeHeapSize()Deprecated.java.lang.ObjectgetGatewayHubStatus()Deprecated.For internal use onlyjava.net.InetAddressgetHostAddress()Deprecated.booleangetIsClient()Deprecated.Returns whether this member is a client to a cache serverbooleangetIsConnected()Deprecated.booleangetIsGatewayHub()Deprecated.Returns whether this member is a hub for WAN gatewaysbooleangetIsLocator()Deprecated.booleangetIsPrimaryGatewayHub()Deprecated.booleangetIsSecondaryGatewayHub()Deprecated.booleangetIsServer()Deprecated.Returns whether this member is a cache serverjava.lang.StringgetLocators()Deprecated.longgetMaximumHeapSize()Deprecated.java.net.InetAddressgetMcastAddress()Deprecated.intgetMcastPort()Deprecated.java.io.SerializablegetMemberId()Deprecated.java.lang.StringgetMemberName()Deprecated.java.util.MapgetOutgoingGateways()Deprecated.java.lang.ObjectgetRegionStatus(java.lang.String fullRegionPath)Deprecated.For internal use onlyjava.util.MapgetRegionStatuses()Deprecated.intgetServerPort()Deprecated.java.util.SetgetUnconnectedServers()Deprecated.longgetUpTime()Deprecated.longgetUsedHeapSize()Deprecated.protected voidinitialize(DistributedSystem distributedSystem)Deprecated.protected voidinitializeAll(DistributedSystem distributedSystem)Deprecated.protected voidinitializeClient()Deprecated.protected voidinitializeDistributedSystem(DistributedSystem distributedSystem)Deprecated.protected voidinitializeInstanceVariables()Deprecated.protected voidinitializeMemory()Deprecated.protected voidinitializePeers(DistributedSystem distributedSystem)Deprecated.protected voidinitializeRegionSizes()Deprecated.protected voidinitializeServer()Deprecated.protected voidputClientHostName(java.lang.String clientId, java.lang.String hostName)Deprecated.protected voidputClientQueueSize(java.lang.String clientMemberId, int size)Deprecated.protected voidputRegionStatus(java.lang.String fullRegionPath, org.apache.geode.internal.cache.RegionStatus status)Deprecated.protected voidsetBindAddress(java.lang.String bindAddress)Deprecated.protected voidsetClientHealthStats(java.lang.String clientID, org.apache.geode.internal.admin.remote.ClientHealthStats stats)Deprecated.protected voidsetClientHealthStats(java.util.Map stats)Deprecated.protected voidsetClientQueueSizes(java.util.Map clientQueueSizes)Deprecated.protected voidsetConnectedIncomingGateways(java.util.Map connectedIncomingGateways)Deprecated.protected voidsetConnectedPeers(java.util.Set connectedPeers)Deprecated.protected voidsetConnectedServers(java.util.Set connectedServers)Deprecated.protected voidsetFreeHeapSize(long size)Deprecated.protected voidsetHostAddress(java.net.InetAddress hostAddress)Deprecated.protected voidsetIsClient(boolean isClient)Deprecated.Sets whether this member is a client to a cache serverprotected voidsetIsConnected(boolean isConnected)Deprecated.protected voidsetIsGatewayHub(boolean isGatewayHub)Deprecated.Sets whether this member is a cache serverprotected voidsetIsLocator(boolean isLocator)Deprecated.protected voidsetIsPrimaryGatewayHub(boolean isPrimaryGatewayHub)Deprecated.protected voidsetIsServer(boolean isServer)Deprecated.Sets whether this member is a cache serverprotected voidsetLocators(java.lang.String locators)Deprecated.protected voidsetMaximumHeapSize(long size)Deprecated.protected voidsetMcastAddress(java.net.InetAddress mcastAddress)Deprecated.protected voidsetMcastPort(int mcastPort)Deprecated.protected voidsetMemberId(java.io.Serializable memberId)Deprecated.protected voidsetMemberName(java.lang.String memberName)Deprecated.protected voidsetServerPort(int port)Deprecated.protected voidsetUnconnectedServers(java.util.Set unconnectedServers)Deprecated.voidsetUpTime(long upTime)Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Field Detail
-
_isClient
protected boolean _isClient
Deprecated.Notifies whether this member is a client to a cache server.
-
_isServer
protected boolean _isServer
Deprecated.Notifies whether this member is a cache server.
-
_isGatewayHub
protected boolean _isGatewayHub
Deprecated.Notifies whether this member is a hub for WAN gateways.
-
_isLocator
protected boolean _isLocator
Deprecated.Notifies whether this member is a locator.
-
_isPrimaryGatewayHub
protected boolean _isPrimaryGatewayHub
Deprecated.
-
_gatewayHubStatus
protected java.lang.Object _gatewayHubStatus
Deprecated.
-
_isConnected
protected boolean _isConnected
Deprecated.
-
_memberId
protected java.io.Serializable _memberId
Deprecated.
-
_connectedPeers
protected java.util.Set _connectedPeers
Deprecated.
-
_connectedServers
protected java.util.Set _connectedServers
Deprecated.
-
_unconnectedServers
protected java.util.Set _unconnectedServers
Deprecated.
-
_connectedClients
protected java.util.Set _connectedClients
Deprecated.
-
_connectedIncomingGateways
protected java.util.Map _connectedIncomingGateways
Deprecated.
-
_outgoingGateways
protected java.util.Map _outgoingGateways
Deprecated.
-
_clientHostNames
protected java.util.Map _clientHostNames
Deprecated.
-
_clientQueueSizes
protected java.util.Map _clientQueueSizes
Deprecated.
-
_gatewayQueueSizes
protected java.util.Map _gatewayQueueSizes
Deprecated.
-
_regionStatuses
protected java.util.Map _regionStatuses
Deprecated.
-
_clientHealthStats
protected java.util.Map _clientHealthStats
Deprecated.
-
_memberName
protected java.lang.String _memberName
Deprecated.
-
_mcastPort
protected int _mcastPort
Deprecated.
-
_serverPort
protected int _serverPort
Deprecated.
-
_mcastAddress
protected java.net.InetAddress _mcastAddress
Deprecated.
-
_bindAddress
protected java.lang.String _bindAddress
Deprecated.
-
_locators
protected java.lang.String _locators
Deprecated.
-
_hostAddress
protected java.net.InetAddress _hostAddress
Deprecated.
-
_maximumHeapSize
protected long _maximumHeapSize
Deprecated.
-
_freeHeapSize
protected long _freeHeapSize
Deprecated.
-
upTime
protected long upTime
Deprecated.
-
cache
protected final transient Cache cache
Deprecated.
-
-
Constructor Detail
-
GemFireMemberStatus
public GemFireMemberStatus()
Deprecated.
-
GemFireMemberStatus
public GemFireMemberStatus(Cache cache)
Deprecated.
-
-
Method Detail
-
getIsConnected
public boolean getIsConnected()
Deprecated.
-
setIsConnected
protected void setIsConnected(boolean isConnected)
Deprecated.
-
getIsClient
public boolean getIsClient()
Deprecated.Returns whether this member is a client to a cache server- Returns:
- whether this member is a client to a cache server
-
setIsClient
protected void setIsClient(boolean isClient)
Deprecated.Sets whether this member is a client to a cache server- Parameters:
isClient- Boolean defining whether this member is a client to a cache server
-
getIsServer
public boolean getIsServer()
Deprecated.Returns whether this member is a cache server- Returns:
- whether this member is a cache server
-
setIsServer
protected void setIsServer(boolean isServer)
Deprecated.Sets whether this member is a cache server- Parameters:
isServer- Boolean defining whether this member is a cache server
-
getServerPort
public int getServerPort()
Deprecated.
-
setServerPort
protected void setServerPort(int port)
Deprecated.
-
getIsGatewayHub
public boolean getIsGatewayHub()
Deprecated.Returns whether this member is a hub for WAN gateways- Returns:
- whether this member is a hub for WAN gateways
-
setIsGatewayHub
protected void setIsGatewayHub(boolean isGatewayHub)
Deprecated.Sets whether this member is a cache server- Parameters:
isGatewayHub- Boolean defining whether this member is a hub for WAN gateways
-
getIsLocator
public boolean getIsLocator()
Deprecated.
-
setIsLocator
protected void setIsLocator(boolean isLocator)
Deprecated.
-
getIsPrimaryGatewayHub
public boolean getIsPrimaryGatewayHub()
Deprecated.
-
setIsPrimaryGatewayHub
protected void setIsPrimaryGatewayHub(boolean isPrimaryGatewayHub)
Deprecated.
-
getGatewayHubStatus
public java.lang.Object getGatewayHubStatus()
Deprecated.For internal use only- Returns:
- status of the gateway hub
-
getIsSecondaryGatewayHub
public boolean getIsSecondaryGatewayHub()
Deprecated.
-
getConnectedPeers
public java.util.Set getConnectedPeers()
Deprecated.
-
setConnectedPeers
protected void setConnectedPeers(java.util.Set connectedPeers)
Deprecated.
-
getConnectedServers
public java.util.Set getConnectedServers()
Deprecated.
-
setConnectedServers
protected void setConnectedServers(java.util.Set connectedServers)
Deprecated.
-
addConnectedServer
protected void addConnectedServer(java.lang.String connectedServer)
Deprecated.
-
getUnconnectedServers
public java.util.Set getUnconnectedServers()
Deprecated.
-
setUnconnectedServers
protected void setUnconnectedServers(java.util.Set unconnectedServers)
Deprecated.
-
addUnconnectedServer
protected void addUnconnectedServer(java.lang.String unconnectedServer)
Deprecated.
-
getConnectedClients
public java.util.Set getConnectedClients()
Deprecated.
-
addConnectedClient
protected void addConnectedClient(java.lang.String connectedClient)
Deprecated.
-
getOutgoingGateways
public java.util.Map getOutgoingGateways()
Deprecated.
-
getConnectedIncomingGateways
public java.util.Map getConnectedIncomingGateways()
Deprecated.
-
setConnectedIncomingGateways
protected void setConnectedIncomingGateways(java.util.Map connectedIncomingGateways)
Deprecated.
-
getClientQueueSizes
public java.util.Map getClientQueueSizes()
Deprecated.
-
setClientQueueSizes
protected void setClientQueueSizes(java.util.Map clientQueueSizes)
Deprecated.
-
getClientQueueSize
public int getClientQueueSize(java.lang.String clientMemberId)
Deprecated.
-
putClientQueueSize
protected void putClientQueueSize(java.lang.String clientMemberId, int size)Deprecated.
-
getClientHealthStats
public java.util.Map getClientHealthStats()
Deprecated.
-
setClientHealthStats
protected void setClientHealthStats(java.util.Map stats)
Deprecated.
-
getClientHealthStats
public java.lang.Object getClientHealthStats(java.lang.String clientID)
Deprecated.For internal use only- Parameters:
clientID- client for health- Returns:
- the client's health
-
setClientHealthStats
protected void setClientHealthStats(java.lang.String clientID, org.apache.geode.internal.admin.remote.ClientHealthStats stats)Deprecated.
-
putClientHostName
protected void putClientHostName(java.lang.String clientId, java.lang.String hostName)Deprecated.
-
getClientHostName
public java.lang.String getClientHostName(java.lang.String clientId)
Deprecated.
-
getRegionStatuses
public java.util.Map getRegionStatuses()
Deprecated.
-
getRegionStatus
public java.lang.Object getRegionStatus(java.lang.String fullRegionPath)
Deprecated.For internal use only- Parameters:
fullRegionPath- region path- Returns:
- status for the region
-
putRegionStatus
protected void putRegionStatus(java.lang.String fullRegionPath, org.apache.geode.internal.cache.RegionStatus status)Deprecated.
-
getMemberId
public java.io.Serializable getMemberId()
Deprecated.
-
setMemberId
protected void setMemberId(java.io.Serializable memberId)
Deprecated.
-
getMemberName
public java.lang.String getMemberName()
Deprecated.
-
setMemberName
protected void setMemberName(java.lang.String memberName)
Deprecated.
-
getMcastPort
public int getMcastPort()
Deprecated.
-
setMcastPort
protected void setMcastPort(int mcastPort)
Deprecated.
-
getMcastAddress
public java.net.InetAddress getMcastAddress()
Deprecated.
-
setMcastAddress
protected void setMcastAddress(java.net.InetAddress mcastAddress)
Deprecated.
-
getHostAddress
public java.net.InetAddress getHostAddress()
Deprecated.
-
setHostAddress
protected void setHostAddress(java.net.InetAddress hostAddress)
Deprecated.
-
getBindAddress
public java.lang.String getBindAddress()
Deprecated.
-
setBindAddress
protected void setBindAddress(java.lang.String bindAddress)
Deprecated.
-
getLocators
public java.lang.String getLocators()
Deprecated.
-
setLocators
protected void setLocators(java.lang.String locators)
Deprecated.
-
getMaximumHeapSize
public long getMaximumHeapSize()
Deprecated.
-
setMaximumHeapSize
protected void setMaximumHeapSize(long size)
Deprecated.
-
getFreeHeapSize
public long getFreeHeapSize()
Deprecated.
-
setFreeHeapSize
protected void setFreeHeapSize(long size)
Deprecated.
-
getUsedHeapSize
public long getUsedHeapSize()
Deprecated.
-
getUpTime
public long getUpTime()
Deprecated.
-
setUpTime
public void setUpTime(long upTime)
Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
initialize
protected void initialize(DistributedSystem distributedSystem)
Deprecated.
-
initializeInstanceVariables
protected void initializeInstanceVariables()
Deprecated.
-
initializeServer
protected void initializeServer()
Deprecated.
-
initializeClient
protected void initializeClient()
Deprecated.
-
initializeAll
protected void initializeAll(DistributedSystem distributedSystem)
Deprecated.
-
initializeDistributedSystem
protected void initializeDistributedSystem(DistributedSystem distributedSystem)
Deprecated.
-
initializePeers
protected void initializePeers(DistributedSystem distributedSystem)
Deprecated.
-
initializeMemory
protected void initializeMemory()
Deprecated.
-
initializeRegionSizes
protected void initializeRegionSizes()
Deprecated.
-
-