@Internal
public static interface PerJobCheckpointRecoveryFactory.CheckpointStoreRecoveryHelper<StoreType extends CompletedCheckpointStore>
CompletedCheckpointStore, optionally using an existing one.| 限定符和类型 | 方法和说明 |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.