Class ControllerModel.ClusterGroupModel
java.lang.Object
org.apache.drill.yarn.appMaster.http.ControllerModel.ClusterGroupModel
- Enclosing class:
- ControllerModel
-
Field Details
-
name
-
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
-
getType
-
getTargetCount
public int getTargetCount() -
getTaskCount
public int getTaskCount() -
getLiveCount
public int getLiveCount() -
getMemory
public int getMemory() -
getVcores
public int getVcores() -
getDisks
-