VMware GemFire Java API Reference
Class MemberInformation
- java.lang.Object
-
- org.apache.geode.management.runtime.RuntimeInfo
-
- org.apache.geode.management.runtime.MemberInformation
-
- All Implemented Interfaces:
Serializable,Identifiable<String>,JsonSerializable
@Experimental public class MemberInformation extends RuntimeInfo implements Identifiable<String>, JsonSerializable
Data class to hold the information of the member Used in describe member command- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MemberInformation()
-
Method Summary
-
Methods inherited from class org.apache.geode.management.runtime.RuntimeInfo
getMemberName, setMemberName, toString
-
-
-
-
Method Detail
-
isSecured
public boolean isSecured()
-
setSecured
public void setSecured(boolean secured)
-
getId
public String getId()
Description copied from interface:IdentifiableGets the identifier uniquely identifying this Object instance.- Specified by:
getIdin interfaceIdentifiable<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)
-
getCacheServerInfo
public List<CacheServerInfo> getCacheServerInfo()
-
addCacheServerInfo
public void addCacheServerInfo(CacheServerInfo cacheServerInfo)
-
getClientCount
public int getClientCount()
-
setClientCount
public void setClientCount(int clientCount)
-
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)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classRuntimeInfo
-
hashCode
public int hashCode()
- Overrides:
hashCodein classRuntimeInfo
-
-