| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.executiongraph.failover |
| Modifier and Type | Method and Description |
|---|---|
FailoverStrategy |
ExecutionGraph.getFailoverStrategy()
Gets the failover strategy used by the execution graph to recover from failures of tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestartAllStrategy
Simple failover strategy that triggers a restart of all tasks in the
execution graph, via
ExecutionGraph.failGlobal(Throwable). |
class |
RestartIndividualStrategy
Simple failover strategy that restarts each task individually.
|
class |
RestartPipelinedRegionStrategy
A failover strategy that restarts regions of the ExecutionGraph.
|
| Modifier and Type | Method and Description |
|---|---|
FailoverStrategy |
RestartPipelinedRegionStrategy.Factory.create(ExecutionGraph executionGraph) |
FailoverStrategy |
RestartAllStrategy.Factory.create(ExecutionGraph executionGraph) |
FailoverStrategy |
FailoverStrategy.Factory.create(ExecutionGraph executionGraph)
Instantiates the
FailoverStrategy. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.