Class GemFireMemberStatus

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class GemFireMemberStatus
    extends Object
    implements Serializable
    Deprecated.
    as of 7.0 use the management package instead
    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:
    Serialized Form
    • 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.
      • _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.
      • putClientHostName

        protected void putClientHostName​(String clientId,
                                         String hostName)
        Deprecated.
      • getClientHostName

        public String getClientHostName​(String clientId)
        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.