NodeCounts 类
定义
The number of nodes in each node state.
public class NodeCounts
- 继承
-
java.lang.ObjectNodeCounts
方法
creating() |
Get the creating value.
|
idle() |
Get the idle value.
|
leavingPool() |
Get the leavingPool value.
|
offline() |
Get the offline value.
|
preempted() |
Get the preempted value.
|
rebooting() |
Get the rebooting value.
|
reimaging() |
Get the reimaging value.
|
running() |
Get the running value.
|
starting() |
Get the starting value.
|
startTaskFailed() |
Get the startTaskFailed value.
|
total() |
Get the total value.
|
unknown() |
Get the unknown value.
|
unusable() |
Get the unusable value.
|
waitingForStartTask() |
Get the waitingForStartTask value.
|
withCreating(int creating) |
Set the creating value.
|
withIdle(int idle) |
Set the idle value.
|
withLeavingPool(int leavingPool) |
Set the leavingPool value.
|
withOffline(int offline) |
Set the offline value.
|
withPreempted(int preempted) |
Set the preempted value.
|
withRebooting(int rebooting) |
Set the rebooting value.
|
withReimaging(int reimaging) |
Set the reimaging value.
|
withRunning(int running) |
Set the running value.
|
withStarting(int starting) |
Set the starting value.
|
withStartTaskFailed(int startTaskFailed) |
Set the startTaskFailed value.
|
withTotal(int total) |
Set the total value.
|
withUnknown(int unknown) |
Set the unknown value.
|
withUnusable(int unusable) |
Set the unusable value.
|
withWaitingForStartTask(int waitingForStartTask) |
Set the waitingForStartTask value.
|