@PublicEvolving public class SavepointConfigOptions extends Object
configuration options used when restoring from a savepoint.| 限定符和类型 | 字段和说明 |
|---|---|
static org.apache.flink.configuration.ConfigOption<Boolean> |
SAVEPOINT_IGNORE_UNCLAIMED_STATE
A flag indicating if we allow Flink to skip savepoint state that cannot be restored, e.g.
|
static org.apache.flink.configuration.ConfigOption<String> |
SAVEPOINT_PATH
The path to a savepoint that will be used to bootstrap the pipeline's state.
|
| 构造器和说明 |
|---|
SavepointConfigOptions() |
public static final org.apache.flink.configuration.ConfigOption<String> SAVEPOINT_PATH
public static final org.apache.flink.configuration.ConfigOption<Boolean> SAVEPOINT_IGNORE_UNCLAIMED_STATE
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.