Package com.complexible.common.memory
Class MemoryInfo
java.lang.Object
com.complexible.common.memory.MemoryInfo
TODO Merge this class into c.c.c.base.Memory when it is moved into Stardog codebase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longstatic longstatic longstatic longstatic longstatic longstatic longstatic long
-
Constructor Details
-
MemoryInfo
public MemoryInfo()
-
-
Method Details
-
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()
-