VMware GemFire Java API Reference
Package org.apache.geode.admin
Class GemFireMemberStatus
- java.lang.Object
-
- org.apache.geode.admin.GemFireMemberStatus
-
- All Implemented Interfaces:
Serializable
@Deprecated public class GemFireMemberStatus extends Object implements Serializable
Deprecated.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 String_bindAddressDeprecated.protected Map_clientHealthStatsDeprecated.protected Map_clientHostNamesDeprecated.protected Map_clientQueueSizesDeprecated.protected Set_connectedClientsDeprecated.protected Map_connectedIncomingGatewaysDeprecated.protected Set_connectedPeersDeprecated.protected Set_connectedServersDeprecated.protected long_freeHeapSizeDeprecated.protected Object_gatewayHubStatusDeprecated.protected Map_gatewayQueueSizesDeprecated.protected 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 String_locatorsDeprecated.protected long_maximumHeapSizeDeprecated.protected InetAddress_mcastAddressDeprecated.protected int_mcastPortDeprecated.protected Serializable_memberIdDeprecated.protected String_memberNameDeprecated.protected Map_outgoingGatewaysDeprecated.protected Map_regionStatusesDeprecated.protected int_serverPortDeprecated.protected 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(String connectedClient)Deprecated.protected voidaddConnectedServer(String connectedServer)Deprecated.protected voidaddUnconnectedServer(String unconnectedServer)Deprecated.StringgetBindAddress()Deprecated.MapgetClientHealthStats()Deprecated.ObjectgetClientHealthStats(String clientID)Deprecated.For internal use onlyStringgetClientHostName(String clientId)Deprecated.intgetClientQueueSize(String clientMemberId)Deprecated.MapgetClientQueueSizes()Deprecated.SetgetConnectedClients()Deprecated.MapgetConnectedIncomingGateways()Deprecated.SetgetConnectedPeers()Deprecated.SetgetConnectedServers()Deprecated.longgetFreeHeapSize()Deprecated.ObjectgetGatewayHubStatus()Deprecated.For internal use onlyInetAddressgetHostAddress()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 serverStringgetLocators()Deprecated.longgetMaximumHeapSize()Deprecated.InetAddressgetMcastAddress()Deprecated.intgetMcastPort()Deprecated.SerializablegetMemberId()Deprecated.StringgetMemberName()Deprecated.MapgetOutgoingGateways()Deprecated.ObjectgetRegionStatus(String fullRegionPath)Deprecated.For internal use onlyMapgetRegionStatuses()Deprecated.intgetServerPort()Deprecated.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(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.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 Object _gatewayHubStatus
Deprecated.
-
_isConnected
protected boolean _isConnected
Deprecated.
-
_memberId
protected Serializable _memberId
Deprecated.
-
_connectedPeers
protected Set _connectedPeers
Deprecated.
-
_connectedServers
protected Set _connectedServers
Deprecated.
-
_unconnectedServers
protected Set _unconnectedServers
Deprecated.
-
_connectedClients
protected Set _connectedClients
Deprecated.
-
_connectedIncomingGateways
protected Map _connectedIncomingGateways
Deprecated.
-
_outgoingGateways
protected Map _outgoingGateways
Deprecated.
-
_clientHostNames
protected Map _clientHostNames
Deprecated.
-
_clientQueueSizes
protected Map _clientQueueSizes
Deprecated.
-
_gatewayQueueSizes
protected Map _gatewayQueueSizes
Deprecated.
-
_regionStatuses
protected Map _regionStatuses
Deprecated.
-
_clientHealthStats
protected Map _clientHealthStats
Deprecated.
-
_memberName
protected String _memberName
Deprecated.
-
_mcastPort
protected int _mcastPort
Deprecated.
-
_serverPort
protected int _serverPort
Deprecated.
-
_mcastAddress
protected InetAddress _mcastAddress
Deprecated.
-
_bindAddress
protected String _bindAddress
Deprecated.
-
_locators
protected String _locators
Deprecated.
-
_hostAddress
protected 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 Object getGatewayHubStatus()
Deprecated.For internal use only- Returns:
- status of the gateway hub
-
getIsSecondaryGatewayHub
public boolean getIsSecondaryGatewayHub()
Deprecated.
-
getConnectedPeers
public Set getConnectedPeers()
Deprecated.
-
setConnectedPeers
protected void setConnectedPeers(Set connectedPeers)
Deprecated.
-
getConnectedServers
public Set getConnectedServers()
Deprecated.
-
setConnectedServers
protected void setConnectedServers(Set connectedServers)
Deprecated.
-
addConnectedServer
protected void addConnectedServer(String connectedServer)
Deprecated.
-
getUnconnectedServers
public Set getUnconnectedServers()
Deprecated.
-
setUnconnectedServers
protected void setUnconnectedServers(Set unconnectedServers)
Deprecated.
-
addUnconnectedServer
protected void addUnconnectedServer(String unconnectedServer)
Deprecated.
-
getConnectedClients
public Set getConnectedClients()
Deprecated.
-
addConnectedClient
protected void addConnectedClient(String connectedClient)
Deprecated.
-
getOutgoingGateways
public Map getOutgoingGateways()
Deprecated.
-
getConnectedIncomingGateways
public Map getConnectedIncomingGateways()
Deprecated.
-
setConnectedIncomingGateways
protected void setConnectedIncomingGateways(Map connectedIncomingGateways)
Deprecated.
-
getClientQueueSizes
public Map getClientQueueSizes()
Deprecated.
-
setClientQueueSizes
protected void setClientQueueSizes(Map clientQueueSizes)
Deprecated.
-
getClientQueueSize
public int getClientQueueSize(String clientMemberId)
Deprecated.
-
putClientQueueSize
protected void putClientQueueSize(String clientMemberId, int size)
Deprecated.
-
getClientHealthStats
public Map getClientHealthStats()
Deprecated.
-
setClientHealthStats
protected void setClientHealthStats(Map stats)
Deprecated.
-
getClientHealthStats
public Object getClientHealthStats(String clientID)
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.
-
getRegionStatuses
public Map getRegionStatuses()
Deprecated.
-
getRegionStatus
public Object getRegionStatus(String fullRegionPath)
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
public Serializable getMemberId()
Deprecated.
-
setMemberId
protected void setMemberId(Serializable memberId)
Deprecated.
-
getMemberName
public String getMemberName()
Deprecated.
-
setMemberName
protected void setMemberName(String memberName)
Deprecated.
-
getMcastPort
public int getMcastPort()
Deprecated.
-
setMcastPort
protected void setMcastPort(int mcastPort)
Deprecated.
-
getMcastAddress
public InetAddress getMcastAddress()
Deprecated.
-
setMcastAddress
protected void setMcastAddress(InetAddress mcastAddress)
Deprecated.
-
getHostAddress
public InetAddress getHostAddress()
Deprecated.
-
setHostAddress
protected void setHostAddress(InetAddress hostAddress)
Deprecated.
-
getBindAddress
public String getBindAddress()
Deprecated.
-
setBindAddress
protected void setBindAddress(String bindAddress)
Deprecated.
-
getLocators
public String getLocators()
Deprecated.
-
setLocators
protected void setLocators(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.
-
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.
-
-