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 Details

    • recoverCheckpointStore

      StoreType recoverCheckpointStore(int maxNumberOfCheckpointsToRetain, @Nullable StoreType previousStore, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode)