@PublicEvolving public class SavepointConfigOptions extends Object
configuration options
used when restoring from a savepoint.Modifier and Type | Field and Description |
---|---|
static ConfigOption<RestoreMode> |
RESTORE_MODE
Describes the mode how Flink should restore from the given savepoint or retained checkpoint.
|
static ConfigOption<Boolean> |
SAVEPOINT_IGNORE_UNCLAIMED_STATE
A flag indicating if we allow Flink to skip savepoint state that cannot be restored, e.g.
|
static ConfigOption<String> |
SAVEPOINT_PATH
The path to a savepoint that will be used to bootstrap the pipeline's state.
|
Constructor and Description |
---|
SavepointConfigOptions() |
public static final ConfigOption<String> SAVEPOINT_PATH
public static final ConfigOption<Boolean> SAVEPOINT_IGNORE_UNCLAIMED_STATE
public static final ConfigOption<RestoreMode> RESTORE_MODE
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.