SchedulingState 枚举
定义
Defines values for SchedulingState.
public enum SchedulingState
- 继承
-
java.lang.Objectjava.lang.Enum<SchedulingState>SchedulingState
字段
DISABLED | No new tasks will be scheduled on the node. Tasks already running on the node may still run to completion. All nodes start with scheduling enabled. |
ENABLED | Tasks can be scheduled on the node. |