Uses of Interface
com.tangosol.util.fsm.FiniteStateMachine
-
Uses of FiniteStateMachine in com.tangosol.util.fsm
Modifier and TypeClassDescriptionclass
NonBlockingFiniteStateMachine<S extends Enum<S>>
AnNonBlockingFiniteStateMachine
is a specializedFiniteStateMachine
implementation that performs transitions asynchronously to the threads that request state changes.