Package com.illumon.iris.web.shared.data
Class WorkerHeapInfo
java.lang.Object
com.illumon.iris.web.shared.data.WorkerHeapInfo
- All Implemented Interfaces:
Serializable
A DTO containing the result data from worker heap utilization
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglongvoidsetFreeMemory(long freeMemory) voidsetMaximumHeapSize(long maximumHeapSize) voidsetTotalHeapSize(long totalHeapSize) toString()
-
Constructor Details
-
WorkerHeapInfo
public WorkerHeapInfo()
-
-
Method Details
-
getMaximumHeapSize
public long getMaximumHeapSize() -
getTotalHeapSize
public long getTotalHeapSize() -
getFreeMemory
public long getFreeMemory() -
setMaximumHeapSize
public void setMaximumHeapSize(long maximumHeapSize) -
setTotalHeapSize
public void setTotalHeapSize(long totalHeapSize) -
setFreeMemory
public void setFreeMemory(long freeMemory) -
toString
-