| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph.failover.flip1 |
| Modifier and Type | Class and Description |
|---|---|
class |
RestartAllFailoverStrategy
A failover strategy that proposes to restart all vertices when a vertex fails.
|
class |
RestartPipelinedRegionFailoverStrategy
A failover strategy that proposes to restart involved regions when a vertex fails.
|
| Modifier and Type | Method and Description |
|---|---|
FailoverStrategy |
RestartPipelinedRegionFailoverStrategy.Factory.create(SchedulingTopology topology,
ResultPartitionAvailabilityChecker resultPartitionAvailabilityChecker) |
FailoverStrategy |
RestartAllFailoverStrategy.Factory.create(SchedulingTopology topology,
ResultPartitionAvailabilityChecker resultPartitionAvailabilityChecker) |
FailoverStrategy |
FailoverStrategy.Factory.create(SchedulingTopology topology,
ResultPartitionAvailabilityChecker resultPartitionAvailabilityChecker)
Instantiates the
FailoverStrategy. |
| Constructor and Description |
|---|
ExecutionFailureHandler(SchedulingTopology schedulingTopology,
FailoverStrategy failoverStrategy,
RestartBackoffTimeStrategy restartBackoffTimeStrategy)
Creates the handler to deal with task failures.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.