Interface PerJobCheckpointRecoveryFactory.CheckpointStoreRecoveryHelper<StoreType extends CompletedCheckpointStore>
-
- Enclosing class:
- PerJobCheckpointRecoveryFactory<T extends CompletedCheckpointStore>
@Internal public static interface PerJobCheckpointRecoveryFactory.CheckpointStoreRecoveryHelper<StoreType extends CompletedCheckpointStore>
Restores or creates aCompletedCheckpointStore
, optionally using an existing one.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StoreType
recoverCheckpointStore(int maxNumberOfCheckpointsToRetain, StoreType previousStore, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode)
-
-
-
Method Detail
-
recoverCheckpointStore
StoreType recoverCheckpointStore(int maxNumberOfCheckpointsToRetain, @Nullable StoreType previousStore, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode)
-
-