Class Memory.MemoryStat

java.lang.Object
org.apache.druid.java.util.metrics.cgroups.Memory.MemoryStat
Enclosing class:
Memory

public static class Memory.MemoryStat extends Object
  • Constructor Details

    • MemoryStat

      public MemoryStat()
  • Method Details

    • getMemoryStats

      public Map<String,Long> getMemoryStats()
    • getNumaMemoryStats

      public Map<Long,Map<String,Long>> getNumaMemoryStats()
    • getUsage

      public long getUsage()
    • getLimit

      public long getLimit()