Class ChangelogBackendRestoreOperation
- java.lang.Object
-
- org.apache.flink.state.changelog.restore.ChangelogBackendRestoreOperation
-
@Internal public class ChangelogBackendRestoreOperation extends Object
RestoresChangelogKeyedStateBackendfrom the providedhandles.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChangelogBackendRestoreOperation.BaseBackendBuilder<K>Builds base backend forChangelogKeyedStateBackendfrom state.static interfaceChangelogBackendRestoreOperation.ChangelogRestoreTargetBuilder<K>BuildsChangelogRestoreTargetfrom the base backend and state.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
restore
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- Throws:
Exception
-
-