Package org.apache.geode.admin
Class GemFireMemberStatus
java.lang.Object
org.apache.geode.admin.GemFireMemberStatus
- All Implemented Interfaces:
Serializable
Deprecated.
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.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringDeprecated.protected MapDeprecated.protected MapDeprecated.protected MapDeprecated.protected SetDeprecated.protected MapDeprecated.protected SetDeprecated.protected SetDeprecated.protected longDeprecated.protected ObjectDeprecated.protected MapDeprecated.protected InetAddressDeprecated.protected booleanDeprecated.Notifies whether this member is a client to a cache server.protected booleanDeprecated.protected booleanDeprecated.Notifies whether this member is a hub for WAN gateways.protected booleanDeprecated.Notifies whether this member is a locator.protected booleanDeprecated.protected booleanDeprecated.Notifies whether this member is a cache server.protected StringDeprecated.protected longDeprecated.protected InetAddressDeprecated.protected intDeprecated.protected SerializableDeprecated.protected StringDeprecated.protected MapDeprecated.protected MapDeprecated.protected intDeprecated.protected SetDeprecated.protected final CacheDeprecated.protected longDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddConnectedClient(String connectedClient) Deprecated.protected voidaddConnectedServer(String connectedServer) Deprecated.protected voidaddUnconnectedServer(String unconnectedServer) Deprecated.Deprecated.Deprecated.getClientHealthStats(String clientID) Deprecated.For internal use onlygetClientHostName(String clientId) Deprecated.intgetClientQueueSize(String clientMemberId) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.longDeprecated.Deprecated.For internal use onlyDeprecated.booleanDeprecated.Returns whether this member is a client to a cache serverbooleanDeprecated.booleanDeprecated.Returns whether this member is a hub for WAN gatewaysbooleanDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.Returns whether this member is a cache serverDeprecated.longDeprecated.Deprecated.intDeprecated.Deprecated.Deprecated.Deprecated.getRegionStatus(String fullRegionPath) Deprecated.For internal use onlyDeprecated.intDeprecated.Deprecated.longDeprecated.longDeprecated.protected voidinitialize(DistributedSystem distributedSystem) Deprecated.protected voidinitializeAll(DistributedSystem distributedSystem) Deprecated.protected voidDeprecated.protected voidinitializeDistributedSystem(DistributedSystem distributedSystem) Deprecated.protected voidDeprecated.protected voidDeprecated.protected voidinitializePeers(DistributedSystem distributedSystem) Deprecated.protected voidDeprecated.protected voidDeprecated.protected voidputClientHostName(String clientId, String hostName) Deprecated.protected voidputClientQueueSize(String clientMemberId, int size) Deprecated.protected voidputRegionStatus(String fullRegionPath, org.apache.geode.internal.cache.RegionStatus status) Deprecated.protected voidsetBindAddress(String bindAddress) Deprecated.protected voidsetClientHealthStats(String clientID, org.apache.geode.internal.admin.remote.ClientHealthStats stats) Deprecated.protected voidsetClientHealthStats(Map stats) Deprecated.protected voidsetClientQueueSizes(Map clientQueueSizes) Deprecated.protected voidsetConnectedIncomingGateways(Map connectedIncomingGateways) Deprecated.protected voidsetConnectedPeers(Set connectedPeers) Deprecated.protected voidsetConnectedServers(Set connectedServers) Deprecated.protected voidsetFreeHeapSize(long size) Deprecated.protected voidsetHostAddress(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(String locators) Deprecated.protected voidsetMaximumHeapSize(long size) Deprecated.protected voidsetMcastAddress(InetAddress mcastAddress) Deprecated.protected voidsetMcastPort(int mcastPort) Deprecated.protected voidsetMemberId(Serializable memberId) Deprecated.protected voidsetMemberName(String memberName) Deprecated.protected voidsetServerPort(int port) Deprecated.protected voidsetUnconnectedServers(Set unconnectedServers) Deprecated.voidsetUpTime(long upTime) Deprecated.toString()Deprecated.
-
Field Details
-
_isClient
protected boolean _isClientDeprecated.Notifies whether this member is a client to a cache server. -
_isServer
protected boolean _isServerDeprecated.Notifies whether this member is a cache server. -
_isGatewayHub
protected boolean _isGatewayHubDeprecated.Notifies whether this member is a hub for WAN gateways. -
_isLocator
protected boolean _isLocatorDeprecated.Notifies whether this member is a locator. -
_isPrimaryGatewayHub
protected boolean _isPrimaryGatewayHubDeprecated. -
_gatewayHubStatus
Deprecated. -
_isConnected
protected boolean _isConnectedDeprecated. -
_memberId
Deprecated. -
_connectedPeers
Deprecated. -
_connectedServers
Deprecated. -
_unconnectedServers
Deprecated. -
_connectedClients
Deprecated. -
_connectedIncomingGateways
Deprecated. -
_outgoingGateways
Deprecated. -
_clientHostNames
Deprecated. -
_clientQueueSizes
Deprecated. -
_gatewayQueueSizes
Deprecated. -
_regionStatuses
Deprecated. -
_clientHealthStats
Deprecated. -
_memberName
Deprecated. -
_mcastPort
protected int _mcastPortDeprecated. -
_serverPort
protected int _serverPortDeprecated. -
_mcastAddress
Deprecated. -
_bindAddress
Deprecated. -
_locators
Deprecated. -
_hostAddress
Deprecated. -
_maximumHeapSize
protected long _maximumHeapSizeDeprecated. -
_freeHeapSize
protected long _freeHeapSizeDeprecated. -
upTime
protected long upTimeDeprecated. -
cache
Deprecated.
-
-
Constructor Details
-
GemFireMemberStatus
public GemFireMemberStatus()Deprecated. -
GemFireMemberStatus
Deprecated.
-
-
Method Details
-
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
Deprecated.For internal use only- Returns:
- status of the gateway hub
-
getIsSecondaryGatewayHub
public boolean getIsSecondaryGatewayHub()Deprecated. -
getConnectedPeers
Deprecated. -
setConnectedPeers
Deprecated. -
getConnectedServers
Deprecated. -
setConnectedServers
Deprecated. -
addConnectedServer
Deprecated. -
getUnconnectedServers
Deprecated. -
setUnconnectedServers
Deprecated. -
addUnconnectedServer
Deprecated. -
getConnectedClients
Deprecated. -
addConnectedClient
Deprecated. -
getOutgoingGateways
Deprecated. -
getConnectedIncomingGateways
Deprecated. -
setConnectedIncomingGateways
Deprecated. -
getClientQueueSizes
Deprecated. -
setClientQueueSizes
Deprecated. -
getClientQueueSize
Deprecated. -
putClientQueueSize
Deprecated. -
getClientHealthStats
Deprecated. -
setClientHealthStats
Deprecated. -
getClientHealthStats
Deprecated.For internal use only- Parameters:
clientID- client for health- Returns:
- the client's health
-
setClientHealthStats
protected void setClientHealthStats(String clientID, org.apache.geode.internal.admin.remote.ClientHealthStats stats) Deprecated. -
putClientHostName
Deprecated. -
getClientHostName
Deprecated. -
getRegionStatuses
Deprecated. -
getRegionStatus
Deprecated.For internal use only- Parameters:
fullRegionPath- region path- Returns:
- status for the region
-
putRegionStatus
protected void putRegionStatus(String fullRegionPath, org.apache.geode.internal.cache.RegionStatus status) Deprecated. -
getMemberId
Deprecated. -
setMemberId
Deprecated. -
getMemberName
Deprecated. -
setMemberName
Deprecated. -
getMcastPort
public int getMcastPort()Deprecated. -
setMcastPort
protected void setMcastPort(int mcastPort) Deprecated. -
getMcastAddress
Deprecated. -
setMcastAddress
Deprecated. -
getHostAddress
Deprecated. -
setHostAddress
Deprecated. -
getBindAddress
Deprecated. -
setBindAddress
Deprecated. -
getLocators
Deprecated. -
setLocators
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
Deprecated. -
initialize
Deprecated. -
initializeInstanceVariables
protected void initializeInstanceVariables()Deprecated. -
initializeServer
protected void initializeServer()Deprecated. -
initializeClient
protected void initializeClient()Deprecated. -
initializeAll
Deprecated. -
initializeDistributedSystem
Deprecated. -
initializePeers
Deprecated. -
initializeMemory
protected void initializeMemory()Deprecated. -
initializeRegionSizes
protected void initializeRegionSizes()Deprecated.
-
managementpackage instead