Package org.apache.flink.runtime.state
Interface SharedStateRegistryFactory
public interface SharedStateRegistryFactory
Simple factory to produce
SharedStateRegistry objects.-
Method Summary
Modifier and TypeMethodDescriptioncreate(Executor deleteExecutor, Collection<CompletedCheckpoint> checkpoints, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) Factory method forSharedStateRegistry.
-
Method Details
-
create
SharedStateRegistry create(Executor deleteExecutor, Collection<CompletedCheckpoint> checkpoints, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) Factory method forSharedStateRegistry.- Parameters:
deleteExecutor- executor used to run (async) deletes.checkpoints- whose shared state will be registered.recoveryClaimMode- the mode in which the given checkpoints were restored- Returns:
- a SharedStateRegistry object
-