public class NodeStateCounts extends Object
Constructor and Description |
---|
NodeStateCounts() |
Modifier and Type | Method and Description |
---|---|
Integer |
idleNodeCount()
Get number of compute nodes in idle state.
|
Integer |
leavingNodeCount()
Get number of compute nodes which are leaving the cluster.
|
Integer |
preparingNodeCount()
Get number of compute nodes which are being prepared.
|
Integer |
runningNodeCount()
Get number of compute nodes which are running jobs.
|
Integer |
unusableNodeCount()
Get number of compute nodes which are in unusable state.
|
public Integer idleNodeCount()
public Integer runningNodeCount()
public Integer preparingNodeCount()
public Integer unusableNodeCount()
public Integer leavingNodeCount()
Copyright © 2019. All rights reserved.