public final class NodeState
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NEW
public static final String NEW
- See Also:
-
-
VERIFYING_RESTART
public static final String VERIFYING_RESTART
- See Also:
-
-
AWAITING_RESTART
public static final String AWAITING_RESTART
- See Also:
-
-
RESTARTING
public static final String RESTARTING
- See Also:
-
-
STARTED
public static final String STARTED
- See Also:
-
-
STOPPED
public static final String STOPPED
- See Also:
-
-
DEAD
public static final String DEAD
- See Also:
-
-
Constructor Details
-
NodeState
public NodeState()