public final class FailoverStrategyFactoryLoader extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
FULL_RESTART_STRATEGY_NAME
Config name for the
RestartAllFailoverStrategy. |
static String |
PIPELINED_REGION_RESTART_STRATEGY_NAME
Config name for the
RestartPipelinedRegionFailoverStrategy. |
| 限定符和类型 | 方法和说明 |
|---|---|
static FailoverStrategy.Factory |
loadFailoverStrategyFactory(org.apache.flink.configuration.Configuration config)
Loads a
FailoverStrategy.Factory from the given configuration. |
public static final String FULL_RESTART_STRATEGY_NAME
RestartAllFailoverStrategy.public static final String PIPELINED_REGION_RESTART_STRATEGY_NAME
RestartPipelinedRegionFailoverStrategy.public static FailoverStrategy.Factory loadFailoverStrategyFactory(org.apache.flink.configuration.Configuration config)
FailoverStrategy.Factory from the given configuration.config - which specifies the failover strategy factory to loadCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.