Uses of Class
org.apache.nemo.common.exception.IllegalStateTransitionException
-
Packages that use IllegalStateTransitionException Package Description org.apache.nemo.common -
-
Uses of IllegalStateTransitionException in org.apache.nemo.common
Methods in org.apache.nemo.common that throw IllegalStateTransitionException Modifier and Type Method Description boolean
StateMachine. compareAndSetState(java.lang.Enum expectedCurrentState, java.lang.Enum state)
Atomically sets the state to the given updated state if the current state equals to the expected state.void
StateMachine. setState(java.lang.Enum state)
Sets the current state as a certain state.
-