Class MemoryIterator.MemoryInfo

java.lang.Object
org.apache.drill.exec.store.sys.MemoryIterator.MemoryInfo
Enclosing class:
MemoryIterator

public static class MemoryIterator.MemoryInfo extends Object
  • Field Details

    • hostname

      public String hostname
    • user_port

      public long user_port
    • heap_current

      public long heap_current
    • heap_max

      public long heap_max
    • direct_current

      public long direct_current
    • jvm_direct_current

      public long jvm_direct_current
    • direct_max

      public long direct_max
  • Constructor Details

    • MemoryInfo

      public MemoryInfo()