Enum EndpointStateMachine.EndPointStates

java.lang.Object
java.lang.Enum<EndpointStateMachine.EndPointStates>
org.apache.hadoop.ozone.container.common.statemachine.EndpointStateMachine.EndPointStates
All Implemented Interfaces:
Serializable, Comparable<EndpointStateMachine.EndPointStates>
Enclosing class:
EndpointStateMachine

public static enum EndpointStateMachine.EndPointStates extends Enum<EndpointStateMachine.EndPointStates>
States that an Endpoint can be in.

This is a sorted list of states that EndPoint will traverse.

getNextState() will move from FIRST to LAST.