public class ResourceChecker extends java.lang.Object implements IResourceChecker
| Constructor and Description |
|---|
ResourceChecker() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAllocatedMemory() |
long |
getFreeMemory() |
long |
getMaxMemory() |
long |
getTotalFreeMemory()
The memory allocated that can be used by the application
taking into account the memory not yet allocated by the JVM.
|
public long getMaxMemory()
public long getAllocatedMemory()
public long getFreeMemory()
public long getTotalFreeMemory()
IResourceCheckergetTotalFreeMemory in interface IResourceCheckerRuntime}