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 | |
NoRestartStrategy |
Restart strategy which does not restart an
ExecutionGraph . |
NoRestartStrategy.NoRestartStrategyFactory | |
RestartStrategyFactory |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.