Class ControllerModel.ClusterGroupModel

java.lang.Object
org.apache.drill.yarn.appMaster.http.ControllerModel.ClusterGroupModel
Enclosing class:
ControllerModel

public static class ControllerModel.ClusterGroupModel extends Object
  • Field Details

    • name

      protected String name
    • type

      protected String type
    • targetCount

      protected int targetCount
    • taskCount

      protected int taskCount
    • liveCount

      protected int liveCount
    • memory

      protected int memory
    • vcores

      protected int vcores
    • disks

      protected double disks
  • Constructor Details

    • ClusterGroupModel

      public ClusterGroupModel()
  • Method Details

    • getName

      public String getName()
    • getType

      public String getType()
    • getTargetCount

      public int getTargetCount()
    • getTaskCount

      public int getTaskCount()
    • getLiveCount

      public int getLiveCount()
    • getMemory

      public int getMemory()
    • getVcores

      public int getVcores()
    • getDisks

      public String getDisks()