| 程序包 | 说明 |
|---|---|
| org.apache.flink.state.api |
| 限定符和类型 | 方法和说明 |
|---|---|
SavepointWriter |
SavepointWriter.changeOperatorIdentifier(OperatorIdentifier from,
OperatorIdentifier to)
Changes the identifier of an operator.
|
static SavepointWriter |
SavepointWriter.fromExistingSavepoint(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment,
String path)
Loads an existing savepoint.
|
static SavepointWriter |
SavepointWriter.fromExistingSavepoint(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment,
String path,
org.apache.flink.runtime.state.StateBackend stateBackend)
Loads an existing savepoint.
|
static SavepointWriter |
SavepointWriter.fromExistingSavepoint(String path)
|
static SavepointWriter |
SavepointWriter.fromExistingSavepoint(String path,
org.apache.flink.runtime.state.StateBackend stateBackend)
|
static SavepointWriter |
SavepointWriter.newSavepoint(int maxParallelism)
|
static SavepointWriter |
SavepointWriter.newSavepoint(org.apache.flink.runtime.state.StateBackend stateBackend,
int maxParallelism)
|
static SavepointWriter |
SavepointWriter.newSavepoint(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment,
int maxParallelism)
Creates a new savepoint.
|
static SavepointWriter |
SavepointWriter.newSavepoint(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment,
org.apache.flink.runtime.state.StateBackend stateBackend,
int maxParallelism)
Creates a new savepoint.
|
SavepointWriter |
SavepointWriter.removeOperator(OperatorIdentifier identifier)
Drop an existing operator from the savepoint.
|
SavepointWriter |
SavepointWriter.removeOperator(String uid)
已过时。
|
<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(OperatorIdentifier identifier,
StateBootstrapTransformation<T> transformation)
Adds a new operator to the savepoint.
|
<T> SavepointWriter |
SavepointWriter.withOperator(String uid,
StateBootstrapTransformation<T> transformation)
已过时。
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.