| Interface | Description |
|---|---|
| RestartCallback |
A callback to trigger restarts, passed to the
RestartStrategy to
trigger recovery on the ExecutionGraph. |
| RestartStrategy |
Strategy for
ExecutionGraph restarts. |
| Class | Description |
|---|---|
| ExecutionGraphRestartCallback |
A
RestartCallback that abstracts restart calls on an ExecutionGraph. |
| 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 |
Default restart strategy that resolves either to
NoRestartStrategy or FixedDelayRestartStrategy
depending if checkpointing was enabled. |
| NoRestartStrategy |
Restart strategy which does not restart an
ExecutionGraph. |
| NoRestartStrategy.NoRestartStrategyFactory | |
| RestartStrategyFactory | |
| RestartStrategyResolving |
Utility method for resolving
RestartStrategy. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.