public class MgntContext extends Object
| Constructor and Description |
|---|
MgntContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterPath() |
int |
getCpuPercent() |
int |
getHeartBeatCount() |
long |
getLocalTimestamp() |
int |
getMemoryGB() |
List<PathTO> |
getPathTOs() |
int |
getThreadCount() |
void |
setClusterPath(String clusterPath) |
void |
setCpuPercent(int cpuPercent) |
void |
setHeartBeatCount(int heartBeatCount) |
void |
setLocalTimestamp(long localTimestamp) |
void |
setMemoryGB(int memoryGB) |
void |
setPathTOs(List<PathTO> pathTOs) |
void |
setThreadCount(int threadCount) |
public int getCpuPercent()
public void setCpuPercent(int cpuPercent)
public int getMemoryGB()
public void setMemoryGB(int memoryGB)
public int getHeartBeatCount()
public void setHeartBeatCount(int heartBeatCount)
public long getLocalTimestamp()
public void setLocalTimestamp(long localTimestamp)
public String getClusterPath()
public void setClusterPath(String clusterPath)
public int getThreadCount()
public void setThreadCount(int threadCount)
Copyright © 2018. All rights reserved.