Interface StateTransitions
- All Known Subinterfaces:
StateTransitions.ToCancelling,StateTransitions.ToCreatingExecutionGraph,StateTransitions.ToExecuting,StateTransitions.ToFailing,StateTransitions.ToFinished,StateTransitions.ToRestarting,StateTransitions.ToStopWithSavepoint,StateTransitions.ToWaitingForResources
- All Known Implementing Classes:
AdaptiveScheduler
public interface StateTransitions
An interface covering all possible
State transitions. The main purpose is to align the
transition methods between different contexts.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInterface covering transition to theCancelingstate.static interfaceInterface covering transition to theCreatingExecutionGraphstate.static interfaceInterface covering transition to theExecutingstate.static interfaceInterface covering transition to theFailingstate.static interfaceInterface covering transition to theFinishedstate.static interfaceInterface covering transition to theRestartingstate.static interfaceInterface covering transition to theStopWithSavepointstate.static interfaceInterface covering transition to theWaitingForResourcesstate.