Class DrillRoot.QueueInfo

java.lang.Object
org.apache.drill.exec.server.rest.DrillRoot.QueueInfo
Enclosing class:
DrillRoot

public static class DrillRoot.QueueInfo extends Object
Pretty-printing wrapper class around the ZK-based queue summary.
  • Constructor Details

  • Method Details

    • build

      public static DrillRoot.QueueInfo build(ResourceManager rm)
    • isEnabled

      public boolean isEnabled()
    • smallQueueSize

      public int smallQueueSize()
    • largeQueueSize

      public int largeQueueSize()
    • threshold

      public String threshold()
    • smallQueueMemory

      public String smallQueueMemory()
    • largeQueueMemory

      public String largeQueueMemory()
    • totalMemory

      public String totalMemory()