Uses of Interface
org.apache.flink.runtime.checkpoint.CheckpointStoreUtil
Packages that use CheckpointStoreUtil
-
Uses of CheckpointStoreUtil in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint that implement CheckpointStoreUtilModifier and TypeClassDescriptionenumSingletonCheckpointStoreUtilimplementation for ZooKeeper.Methods in org.apache.flink.runtime.checkpoint with parameters of type CheckpointStoreUtilModifier and TypeMethodDescriptionstatic <R extends ResourceVersion<R>>
Collection<CompletedCheckpoint>DefaultCompletedCheckpointStoreUtils.retrieveCompletedCheckpoints(StateHandleStore<CompletedCheckpoint, R> checkpointStateHandleStore, CheckpointStoreUtil completedCheckpointStoreUtil) Fetch allcompleted checkpointsfrom anexternal store.Constructors in org.apache.flink.runtime.checkpoint with parameters of type CheckpointStoreUtilModifierConstructorDescriptionDefaultCompletedCheckpointStore(int maxNumberOfCheckpointsToRetain, StateHandleStore<CompletedCheckpoint, R> stateHandleStore, CheckpointStoreUtil completedCheckpointStoreUtil, Collection<CompletedCheckpoint> completedCheckpoints, SharedStateRegistry sharedStateRegistry, Executor executor) Creates aDefaultCompletedCheckpointStoreinstance.