@Internal public class ChangelogBackendRestoreOperation extends Object
ChangelogKeyedStateBackend from the provided handles.| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangelogBackendRestoreOperation.BaseBackendBuilder<K>
Builds base backend for
ChangelogKeyedStateBackend from state. |
static interface |
ChangelogBackendRestoreOperation.ChangelogRestoreTargetBuilder<K>
Builds
ChangelogRestoreTarget from the base backend and state. |
| Modifier and Type | Method and Description |
|---|---|
static <K> org.apache.flink.runtime.state.CheckpointableKeyedStateBackend<K> |
restore(org.apache.flink.configuration.Configuration configuration,
ClassLoader classLoader,
org.apache.flink.runtime.state.TaskStateManager taskStateManager,
Collection<org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle> stateHandles,
ChangelogBackendRestoreOperation.BaseBackendBuilder<K> baseBackendBuilder,
ChangelogBackendRestoreOperation.ChangelogRestoreTargetBuilder<K> changelogRestoreTargetBuilder) |
public static <K> org.apache.flink.runtime.state.CheckpointableKeyedStateBackend<K> restore(org.apache.flink.configuration.Configuration configuration,
ClassLoader classLoader,
org.apache.flink.runtime.state.TaskStateManager taskStateManager,
Collection<org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle> stateHandles,
ChangelogBackendRestoreOperation.BaseBackendBuilder<K> baseBackendBuilder,
ChangelogBackendRestoreOperation.ChangelogRestoreTargetBuilder<K> changelogRestoreTargetBuilder)
throws Exception
ExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.