Interface PerJobCheckpointRecoveryFactory.CheckpointStoreRecoveryHelper<StoreType extends CompletedCheckpointStore>
- Enclosing class:
- PerJobCheckpointRecoveryFactory<T extends CompletedCheckpointStore>
@Internal
public static interface PerJobCheckpointRecoveryFactory.CheckpointStoreRecoveryHelper<StoreType extends CompletedCheckpointStore>
Restores or creates a
CompletedCheckpointStore, optionally using an existing one.-
Method Summary
Modifier and TypeMethodDescriptionrecoverCheckpointStore(int maxNumberOfCheckpointsToRetain, StoreType previousStore, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode)
-
Method Details