Class StatusResource.Memory

    • Constructor Detail

      • Memory

        public Memory​(org.apache.druid.utils.RuntimeInfo runtime)
    • Method Detail

      • getMaxMemory

        public long getMaxMemory()
      • getTotalMemory

        public long getTotalMemory()
      • getFreeMemory

        public long getFreeMemory()
      • getUsedMemory

        public long getUsedMemory()
      • getDirectMemory

        public long getDirectMemory()