Class NodeStateCounts

java.lang.Object
com.microsoft.azure.management.batchai.NodeStateCounts

public class NodeStateCounts extends Object
Counts of various compute node states on the cluster.
  • Constructor Details

    • NodeStateCounts

      public NodeStateCounts()
  • Method Details

    • idleNodeCount

      public Integer idleNodeCount()
      Get number of compute nodes in idle state.
      Returns:
      the idleNodeCount value
    • runningNodeCount

      public Integer runningNodeCount()
      Get number of compute nodes which are running jobs.
      Returns:
      the runningNodeCount value
    • preparingNodeCount

      public Integer preparingNodeCount()
      Get number of compute nodes which are being prepared.
      Returns:
      the preparingNodeCount value
    • unusableNodeCount

      public Integer unusableNodeCount()
      Get number of compute nodes which are in unusable state.
      Returns:
      the unusableNodeCount value
    • leavingNodeCount

      public Integer leavingNodeCount()
      Get number of compute nodes which are leaving the cluster.
      Returns:
      the leavingNodeCount value