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