| Package | Description |
|---|---|
| org.apache.flink.state.api |
| Modifier and Type | Method and Description |
|---|---|
static SavepointReader |
SavepointReader.read(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment env,
String path)
Loads an existing savepoint.
|
static SavepointReader |
SavepointReader.read(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment env,
String path,
org.apache.flink.runtime.state.StateBackend stateBackend)
Loads an existing savepoint.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.