| ExecutionGraphRestartCallback |
|
| FailureRateRestartStrategy |
Restart strategy which tries to restart the given ExecutionGraph when failure rate exceeded
with a fixed time delay in between.
|
| FailureRateRestartStrategy.FailureRateRestartStrategyFactory |
|
| FixedDelayRestartStrategy |
Restart strategy which tries to restart the given ExecutionGraph a fixed number of times
with a fixed time delay in between.
|
| FixedDelayRestartStrategy.FixedDelayRestartStrategyFactory |
|
| NoOrFixedIfCheckpointingEnabledRestartStrategyFactory |
|
| NoRestartStrategy |
|
| NoRestartStrategy.NoRestartStrategyFactory |
|
| RestartStrategyFactory |
|
| RestartStrategyResolving |
|
| ThrowingRestartStrategy |
A restart strategy that validates that it is not in use by throwing IllegalStateException
on any method call.
|
| ThrowingRestartStrategy.ThrowingRestartStrategyFactory |
|