@Internal
public static interface PerJobCheckpointRecoveryFactory.CheckpointStoreRecoveryHelper<StoreType extends CompletedCheckpointStore>
CompletedCheckpointStore, optionally using an existing one.| Modifier and Type | Method and Description |
|---|---|
StoreType |
recoverCheckpointStore(int maxNumberOfCheckpointsToRetain,
StoreType previousStore,
SharedStateRegistryFactory sharedStateRegistryFactory,
Executor ioExecutor,
org.apache.flink.core.execution.RestoreMode restoreMode) |
StoreType recoverCheckpointStore(int maxNumberOfCheckpointsToRetain, @Nullable StoreType previousStore, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, org.apache.flink.core.execution.RestoreMode restoreMode)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.