| AdaptiveScheduler.Settings |
Consolidated settings for the adaptive scheduler.
|
| JobSchedulingPlan |
A plan that describes how to execute JobGraph.
|
| JobSchedulingPlan.SlotAssignment |
Assignment of a slot to some target (e.g. a slot sharing group).
|
| LabeledGlobalFailureHandler |
An interface for handling and associating global failures with labels from FailureEnricher.
|
| StateTransitionManager |
The StateTransitionManager decides on whether AdaptiveScheduler state transition
should happen or not.
|
| 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.
|