Class 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 Detail

      • MemoryInfo

        public MemoryInfo()
    • 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()