Package com.complexible.common.memory
Class MemoryInfo
- java.lang.Object
-
- com.complexible.common.memory.MemoryInfo
-
public final class MemoryInfo extends java.lang.ObjectTODO Merge this class into c.c.c.base.Memory when it is moved into Stardog codebase
-
-
Constructor Summary
Constructors Constructor Description MemoryInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetDirectMemMax()static longgetDirectMemUsed()static longgetHeapMemAllocated()static longgetHeapMemInit()static longgetHeapMemMax()static longgetHeapMemUsed()static longgetMappedMemUsed()static longgetSystemMax()
-
-
-
Method Detail
-
getHeapMemInit
public static long getHeapMemInit()
-
getHeapMemAllocated
public static long getHeapMemAllocated()
-
getHeapMemUsed
public static long getHeapMemUsed()
-
getHeapMemMax
public static long getHeapMemMax()
-
getDirectMemUsed
public static long getDirectMemUsed()
-
getDirectMemMax
public static long getDirectMemMax()
-
getMappedMemUsed
public static long getMappedMemUsed()
-
getSystemMax
public static long getSystemMax()
-
-