public interface StateTransitions
State
transitions. The main purpose is to align the
transition methods between different contexts.Modifier and Type | Interface and Description |
---|---|
static interface |
StateTransitions.ToCancelling
Interface covering transition to the
Canceling state. |
static interface |
StateTransitions.ToCreatingExecutionGraph
Interface covering transition to the
CreatingExecutionGraph state. |
static interface |
StateTransitions.ToExecuting
Interface covering transition to the
Executing state. |
static interface |
StateTransitions.ToFailing
Interface covering transition to the
Failing state. |
static interface |
StateTransitions.ToFinished
Interface covering transition to the
Finished state. |
static interface |
StateTransitions.ToRestarting
Interface covering transition to the
Restarting state. |
static interface |
StateTransitions.ToStopWithSavepoint
Interface covering transition to the
StopWithSavepoint state. |
static interface |
StateTransitions.ToWaitingForResources
Interface covering transition to the
WaitingForResources state. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.