| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph.restart |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionGraphRestartCallback
A
RestartCallback that abstracts restart calls on an ExecutionGraph. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
FailureRateRestartStrategy.restart(RestartCallback restarter,
ScheduledExecutor executor) |
CompletableFuture<Void> |
NoRestartStrategy.restart(RestartCallback restarter,
ScheduledExecutor executor) |
CompletableFuture<Void> |
ThrowingRestartStrategy.restart(RestartCallback restarter,
ScheduledExecutor executor) |
CompletableFuture<Void> |
RestartStrategy.restart(RestartCallback restarter,
ScheduledExecutor executor)
Called by the ExecutionGraph to eventually trigger a full recovery.
|
CompletableFuture<Void> |
FixedDelayRestartStrategy.restart(RestartCallback restarter,
ScheduledExecutor executor) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.