Package com.complexible.common.memory
Class MemoryInfo
- java.lang.Object
-
- com.complexible.common.memory.MemoryInfo
-
public final class MemoryInfo extends java.lang.Object
TODO 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 long
getDirectMemMax()
static long
getDirectMemUsed()
static long
getHeapMemAllocated()
static long
getHeapMemInit()
static long
getHeapMemMax()
static long
getHeapMemUsed()
static long
getMappedMemUsed()
static long
getSystemMax()
-
-
-
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()
-
-