Interface PerJobCheckpointRecoveryFactory.CheckpointStoreRecoveryHelper<StoreType extends CompletedCheckpointStore>

    • Method Detail

      • recoverCheckpointStore

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