@Experimental public class MemberInformation extends RuntimeInfo implements Identifiable<String>, JsonSerializable
Constructor and Description |
---|
MemberInformation() |
getMemberName, setMemberName, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
exists, find, remove
public boolean isSecured()
public void setSecured(boolean secured)
public String getId()
Identifiable
getId
in interface Identifiable<String>
public void setId(String id)
public String getWorkingDirPath()
public void setWorkingDirPath(String workingDirPath)
public String getGroups()
public void setGroups(String groups)
public String getLogFilePath()
public void setLogFilePath(String logFilePath)
public String getStatArchiveFilePath()
public void setStatArchiveFilePath(String statArchiveFilePath)
public double getCpuUsage()
public void setCpuUsage(double cpuUsage)
public String getServerBindAddress()
public void setServerBindAddress(String serverBindAddress)
public String getLocators()
public void setLocators(String locators)
public String getStatus()
public void setStatus(String status)
public long getHeapUsage()
public void setHeapUsage(long heapUsage)
public long getMaxHeapSize()
public void setMaxHeapSize(long maxHeapSize)
public String getCacheXmlFilePath()
public void setCacheXmlFilePath(String cacheXmlFilePath)
public long getInitHeapSize()
public void setInitHeapSize(long initHeapSize)
public String getHost()
public void setHost(String host)
public int getProcessId()
public void setProcessId(int processId)
public int getLocatorPort()
public void setLocatorPort(int locatorPort)
public int getHttpServicePort()
public void setHttpServicePort(int httpServicePort)
public String getHttpServiceBindAddress()
public void setHttpServiceBindAddress(String httpServiceBindAddress)
public boolean isServer()
public void setServer(boolean isServer)
public List<CacheServerInfo> getCacheServerInfo()
public void addCacheServerInfo(CacheServerInfo cacheServerInfo)
public int getClientCount()
public void setClientCount(int clientCount)
public String getOffHeapMemorySize()
public void setOffHeapMemorySize(String v)
public boolean isWebSSL()
public void setWebSSL(boolean webSSL)
public boolean isCoordinator()
public void setCoordinator(boolean coordinator)
public boolean equals(Object o)
equals
in class RuntimeInfo
public int hashCode()
hashCode
in class RuntimeInfo