| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.executiongraph.restart |
| Modifier and Type | Method and Description |
|---|---|
RestartStrategy |
ExecutionGraph.getRestartStrategy() |
| Constructor and Description |
|---|
ExecutionGraph(scala.concurrent.ExecutionContext executionContext,
org.apache.flink.api.common.JobID jobId,
String jobName,
org.apache.flink.configuration.Configuration jobConfig,
org.apache.flink.util.SerializedValue<org.apache.flink.api.common.ExecutionConfig> serializedConfig,
scala.concurrent.duration.FiniteDuration timeout,
RestartStrategy restartStrategy,
List<BlobKey> requiredJarFiles,
List<URL> requiredClasspaths,
ClassLoader userClassLoader,
org.apache.flink.metrics.MetricGroup metricGroup) |
| Modifier and Type | Class and Description |
|---|---|
class |
FailureRateRestartStrategy
Restart strategy which tries to restart the given
ExecutionGraph when failure rate exceeded
with a fixed time delay in between. |
class |
FixedDelayRestartStrategy
Restart strategy which tries to restart the given
ExecutionGraph a fixed number of times
with a fixed time delay in between. |
class |
NoRestartStrategy
Restart strategy which does not restart an
ExecutionGraph. |
| Modifier and Type | Method and Description |
|---|---|
RestartStrategy |
FixedDelayRestartStrategy.FixedDelayRestartStrategyFactory.createRestartStrategy() |
RestartStrategy |
NoRestartStrategy.NoRestartStrategyFactory.createRestartStrategy() |
abstract RestartStrategy |
RestartStrategyFactory.createRestartStrategy()
Factory method to create a restart strategy
|
RestartStrategy |
FailureRateRestartStrategy.FailureRateRestartStrategyFactory.createRestartStrategy() |
static RestartStrategy |
RestartStrategyFactory.createRestartStrategy(org.apache.flink.api.common.restartstrategy.RestartStrategies.RestartStrategyConfiguration restartStrategyConfiguration)
Creates a
RestartStrategy instance from the given RestartStrategies.RestartStrategyConfiguration. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.