public class FailoverStrategyLoader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FULL_RESTART_STRATEGY_NAME
Config name for the
RestartAllStrategy |
static String |
INDIVIDUAL_RESTART_STRATEGY_NAME
Config name for the
RestartIndividualStrategy |
static String |
PIPELINED_REGION_RESTART_STRATEGY_NAME
Config name for the
RestartPipelinedRegionStrategy |
| Constructor and Description |
|---|
FailoverStrategyLoader() |
| Modifier and Type | Method and Description |
|---|---|
static FailoverStrategy.Factory |
loadFailoverStrategy(org.apache.flink.configuration.Configuration config,
org.slf4j.Logger logger)
Loads a FailoverStrategy Factory from the given configuration.
|
public static final String FULL_RESTART_STRATEGY_NAME
RestartAllStrategypublic static final String INDIVIDUAL_RESTART_STRATEGY_NAME
RestartIndividualStrategypublic static final String PIPELINED_REGION_RESTART_STRATEGY_NAME
RestartPipelinedRegionStrategypublic static FailoverStrategy.Factory loadFailoverStrategy(org.apache.flink.configuration.Configuration config, @Nullable org.slf4j.Logger logger)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.