Class MemoryInfo

java.lang.Object
com.complexible.common.memory.MemoryInfo

public final class MemoryInfo extends Object
TODO Merge this class into c.c.c.base.Memory when it is moved into Stardog codebase
  • 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()