| Interface | Description |
|---|---|
| RestartStrategy |
Strategy for
ExecutionGraph restarts. |
| Class | Description |
|---|---|
| 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–2016 The Apache Software Foundation. All rights reserved.