Class NodeStateCounts
java.lang.Object
com.microsoft.azure.management.batchai.NodeStateCounts
Counts of various compute node states on the cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet number of compute nodes in idle state.Get number of compute nodes which are leaving the cluster.Get number of compute nodes which are being prepared.Get number of compute nodes which are running jobs.Get number of compute nodes which are in unusable state.
-
Constructor Details
-
NodeStateCounts
public NodeStateCounts()
-
-
Method Details
-
idleNodeCount
Get number of compute nodes in idle state.- Returns:
- the idleNodeCount value
-
runningNodeCount
Get number of compute nodes which are running jobs.- Returns:
- the runningNodeCount value
-
preparingNodeCount
Get number of compute nodes which are being prepared.- Returns:
- the preparingNodeCount value
-
unusableNodeCount
Get number of compute nodes which are in unusable state.- Returns:
- the unusableNodeCount value
-
leavingNodeCount
Get number of compute nodes which are leaving the cluster.- Returns:
- the leavingNodeCount value
-