| Package | Description |
|---|---|
| org.apache.flink.state.api |
| Modifier and Type | Method and Description |
|---|---|
static SavepointWriter |
SavepointWriter.fromExistingSavepoint(String path)
Loads an existing savepoint.
|
static SavepointWriter |
SavepointWriter.fromExistingSavepoint(String path,
org.apache.flink.runtime.state.StateBackend stateBackend)
Loads an existing savepoint.
|
static SavepointWriter |
SavepointWriter.newSavepoint(int maxParallelism)
Creates a new savepoint.
|
static SavepointWriter |
SavepointWriter.newSavepoint(org.apache.flink.runtime.state.StateBackend stateBackend,
int maxParallelism)
Creates a new savepoint.
|
SavepointWriter |
SavepointWriter.removeOperator(String uid)
Drop an existing operator from the savepoint.
|
<T> SavepointWriter |
SavepointWriter.withConfiguration(org.apache.flink.configuration.ConfigOption<T> option,
T value)
Sets a configuration that will be applied to the stream operators used to bootstrap a new
savepoint.
|
<T> SavepointWriter |
SavepointWriter.withOperator(String uid,
StateBootstrapTransformation<T> transformation)
Adds a new operator to the savepoint.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.