| LabeledGlobalFailureHandler |
An interface for handling and associating global failures with labels from FailureEnricher.
|
| StateFactory<T extends org.apache.flink.runtime.scheduler.adaptive.State> |
Factory for creating adaptive scheduler state instances.
|
| StateTransitions |
An interface covering all possible State transitions.
|
| StateTransitions.ToCancelling |
Interface covering transition to the Canceling state.
|
| StateTransitions.ToCreatingExecutionGraph |
|
| StateTransitions.ToExecuting |
Interface covering transition to the Executing state.
|
| StateTransitions.ToFailing |
Interface covering transition to the Failing state.
|
| StateTransitions.ToFinished |
Interface covering transition to the Finished state.
|
| StateTransitions.ToRestarting |
Interface covering transition to the Restarting state.
|
| StateTransitions.ToStopWithSavepoint |
Interface covering transition to the StopWithSavepoint state.
|
| StateTransitions.ToWaitingForResources |
Interface covering transition to the WaitingForResources state.
|