Uses of Interface
org.apache.flink.runtime.checkpoint.CheckpointStoreUtil
-
Packages that use CheckpointStoreUtil Package Description org.apache.flink.runtime.checkpoint -
-
Uses of CheckpointStoreUtil in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint that implement CheckpointStoreUtil Modifier and Type Class Description class
ZooKeeperCheckpointStoreUtil
SingletonCheckpointStoreUtil
implementation for ZooKeeper.Methods in org.apache.flink.runtime.checkpoint with parameters of type CheckpointStoreUtil Modifier and Type Method Description static <R extends ResourceVersion<R>>
Collection<CompletedCheckpoint>DefaultCompletedCheckpointStoreUtils. retrieveCompletedCheckpoints(StateHandleStore<CompletedCheckpoint,R> checkpointStateHandleStore, CheckpointStoreUtil completedCheckpointStoreUtil)
Fetch allcompleted checkpoints
from anexternal store
.Constructors in org.apache.flink.runtime.checkpoint with parameters of type CheckpointStoreUtil Constructor Description DefaultCompletedCheckpointStore(int maxNumberOfCheckpointsToRetain, StateHandleStore<CompletedCheckpoint,R> stateHandleStore, CheckpointStoreUtil completedCheckpointStoreUtil, Collection<CompletedCheckpoint> completedCheckpoints, SharedStateRegistry sharedStateRegistry, Executor executor)
Creates aDefaultCompletedCheckpointStore
instance.
-