Class MemberInformation

    • Constructor Detail

      • MemberInformation

        public MemberInformation()
    • Method Detail

      • getLoadAverage1

        public double getLoadAverage1()
      • setLoadAverage1

        public void setLoadAverage1​(double loadAverage1)
      • getRedundancyZone

        public java.lang.String getRedundancyZone()
      • setRedundancyZone

        public void setRedundancyZone​(java.lang.String redundancyZone)
      • 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)
      • setTimezone

        public void setTimezone​(java.lang.String timezone)
      • getTimezone

        public java.lang.String getTimezone()
      • getViewId

        public int getViewId()
      • setViewId

        public void setViewId​(int viewId)
      • getMembers

        public java.util.List<java.lang.String> getMembers()
      • setMembers

        public void setMembers​(java.util.List<java.lang.String> members)
      • setMetricsUrl

        public void setMetricsUrl​(java.lang.String metricsUrl)
      • getMetricsUrl

        public java.lang.String getMetricsUrl()
      • addStartupLifecycle

        public void addStartupLifecycle​(java.lang.String component,
                                        java.lang.String phase)
      • getStartupLifecycle

        public java.util.Map<java.lang.String,​java.lang.String> getStartupLifecycle()
      • setUptime

        public void setUptime​(long uptime)
      • getUptime

        public long getUptime()
      • setJvmPauses

        public void setJvmPauses​(long jvmPauses)
      • getJvmPauses

        public long getJvmPauses()
      • addExtension

        public void addExtension​(java.lang.String extension)
      • getExtensions

        public java.util.List<java.lang.String> getExtensions()
      • getStartupConfiguration

        public java.lang.String getStartupConfiguration()
      • setStartupConfiguration

        public void setStartupConfiguration​(java.lang.String startupConfiguration)
      • getSystemDescription

        public java.lang.String getSystemDescription()
      • setSystemDescription

        public void setSystemDescription​(java.lang.String systemDescription)
      • setRegionsInitializationInfo

        public void setRegionsInitializationInfo​(RegionInitializationInfo regionInitializationInfo)
      • getStatSamplerAlert

        public java.lang.String getStatSamplerAlert()
      • setStatSamplerAlert

        public void setStatSamplerAlert​(java.lang.String statSamplerAlert)
      • getMemoryMonitorAlert

        public java.lang.String getMemoryMonitorAlert()
      • setMemoryMonitorAlert

        public void setMemoryMonitorAlert​(java.lang.String memoryMonitorAlert)
      • getEvictionStatusAlert

        public java.lang.String getEvictionStatusAlert()
      • setEvictionStatusAlert

        public void setEvictionStatusAlert​(java.lang.String evictionStatusAlert)
      • equals

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