Class MemberInformation

    • Constructor Detail

      • MemberInformation

        public MemberInformation()
    • Method Detail

      • isSecured

        public boolean isSecured()
      • setSecured

        public void setSecured​(boolean secured)
      • getId

        public java.lang.String getId()
        Description copied from interface: Identifiable
        Gets the identifier uniquely identifying this Object instance.

        Specified by:
        getId in interface Identifiable<java.lang.String>
        Returns:
        an identifier uniquely identifying this Object.
      • setId

        public void setId​(java.lang.String id)
      • getWorkingDirPath

        public java.lang.String getWorkingDirPath()
      • setWorkingDirPath

        public void setWorkingDirPath​(java.lang.String workingDirPath)
      • getGroups

        public java.lang.String getGroups()
      • setGroups

        public void setGroups​(java.lang.String groups)
      • getLogFilePath

        public java.lang.String getLogFilePath()
      • setLogFilePath

        public void setLogFilePath​(java.lang.String logFilePath)
      • getStatArchiveFilePath

        public java.lang.String getStatArchiveFilePath()
      • setStatArchiveFilePath

        public void setStatArchiveFilePath​(java.lang.String statArchiveFilePath)
      • getCpuUsage

        public double getCpuUsage()
      • setCpuUsage

        public void setCpuUsage​(double cpuUsage)
      • getServerBindAddress

        public java.lang.String getServerBindAddress()
      • setServerBindAddress

        public void setServerBindAddress​(java.lang.String serverBindAddress)
      • getLocators

        public java.lang.String getLocators()
      • setLocators

        public void setLocators​(java.lang.String locators)
      • getStatus

        public java.lang.String getStatus()
      • setStatus

        public void setStatus​(java.lang.String status)
      • getHeapUsage

        public long getHeapUsage()
      • setHeapUsage

        public void setHeapUsage​(long heapUsage)
      • getMaxHeapSize

        public long getMaxHeapSize()
      • setMaxHeapSize

        public void setMaxHeapSize​(long maxHeapSize)
      • getCacheXmlFilePath

        public java.lang.String getCacheXmlFilePath()
      • setCacheXmlFilePath

        public void setCacheXmlFilePath​(java.lang.String cacheXmlFilePath)
      • getInitHeapSize

        public long getInitHeapSize()
      • setInitHeapSize

        public void setInitHeapSize​(long initHeapSize)
      • getHost

        public java.lang.String getHost()
      • setHost

        public void setHost​(java.lang.String host)
      • getProcessId

        public int getProcessId()
      • setProcessId

        public void setProcessId​(int processId)
      • getLocatorPort

        public int getLocatorPort()
      • setLocatorPort

        public void setLocatorPort​(int locatorPort)
      • getHttpServicePort

        public int getHttpServicePort()
      • setHttpServicePort

        public void setHttpServicePort​(int httpServicePort)
      • getHttpServiceBindAddress

        public java.lang.String getHttpServiceBindAddress()
      • setHttpServiceBindAddress

        public void setHttpServiceBindAddress​(java.lang.String httpServiceBindAddress)
      • isServer

        public boolean isServer()
      • setServer

        public void setServer​(boolean isServer)
      • getCacheServerInfo

        public java.util.List<CacheServerInfo> getCacheServerInfo()
      • addCacheServerInfo

        public void addCacheServerInfo​(CacheServerInfo cacheServerInfo)
      • getClientCount

        public int getClientCount()
      • setClientCount

        public void setClientCount​(int clientCount)
      • getHostedRegions

        public java.util.Set<java.lang.String> getHostedRegions()
      • setHostedRegions

        public void setHostedRegions​(java.util.Set<java.lang.String> hostedRegions)
      • getOffHeapMemorySize

        public java.lang.String getOffHeapMemorySize()
      • setOffHeapMemorySize

        public void setOffHeapMemorySize​(java.lang.String v)
      • isWebSSL

        public boolean isWebSSL()
      • setWebSSL

        public void setWebSSL​(boolean webSSL)
      • isCoordinator

        public boolean isCoordinator()
      • setCoordinator

        public void setCoordinator​(boolean coordinator)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class RuntimeInfo