Class MemberInformation

    • Constructor Detail

      • MemberInformation

        public MemberInformation()
    • Method Detail

      • isSecured

        public boolean isSecured()
      • setSecured

        public void setSecured​(boolean secured)
      • getId

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

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

        public void setId​(String id)
      • getWorkingDirPath

        public String getWorkingDirPath()
      • setWorkingDirPath

        public void setWorkingDirPath​(String workingDirPath)
      • getGroups

        public String getGroups()
      • setGroups

        public void setGroups​(String groups)
      • getLogFilePath

        public String getLogFilePath()
      • setLogFilePath

        public void setLogFilePath​(String logFilePath)
      • getStatArchiveFilePath

        public String getStatArchiveFilePath()
      • setStatArchiveFilePath

        public void setStatArchiveFilePath​(String statArchiveFilePath)
      • getCpuUsage

        public double getCpuUsage()
      • setCpuUsage

        public void setCpuUsage​(double cpuUsage)
      • getServerBindAddress

        public String getServerBindAddress()
      • setServerBindAddress

        public void setServerBindAddress​(String serverBindAddress)
      • getLocators

        public String getLocators()
      • setLocators

        public void setLocators​(String locators)
      • getStatus

        public String getStatus()
      • setStatus

        public void setStatus​(String status)
      • getHeapUsage

        public long getHeapUsage()
      • setHeapUsage

        public void setHeapUsage​(long heapUsage)
      • getMaxHeapSize

        public long getMaxHeapSize()
      • setMaxHeapSize

        public void setMaxHeapSize​(long maxHeapSize)
      • getCacheXmlFilePath

        public String getCacheXmlFilePath()
      • setCacheXmlFilePath

        public void setCacheXmlFilePath​(String cacheXmlFilePath)
      • getInitHeapSize

        public long getInitHeapSize()
      • setInitHeapSize

        public void setInitHeapSize​(long initHeapSize)
      • getHost

        public String getHost()
      • setHost

        public void setHost​(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 String getHttpServiceBindAddress()
      • setHttpServiceBindAddress

        public void setHttpServiceBindAddress​(String httpServiceBindAddress)
      • isServer

        public boolean isServer()
      • setServer

        public void setServer​(boolean isServer)
      • addCacheServerInfo

        public void addCacheServerInfo​(CacheServerInfo cacheServerInfo)
      • getClientCount

        public int getClientCount()
      • setClientCount

        public void setClientCount​(int clientCount)
      • getHostedRegions

        public Set<String> getHostedRegions()
      • setHostedRegions

        public void setHostedRegions​(Set<String> hostedRegions)
      • getOffHeapMemorySize

        public String getOffHeapMemorySize()
      • setOffHeapMemorySize

        public void setOffHeapMemorySize​(String v)
      • isWebSSL

        public boolean isWebSSL()
      • setWebSSL

        public void setWebSSL​(boolean webSSL)
      • isCoordinator

        public boolean isCoordinator()
      • setCoordinator

        public void setCoordinator​(boolean coordinator)