Uses of Interface
org.apache.flink.runtime.persistence.StateHandleStore
-
Packages that use StateHandleStore Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.jobmanager org.apache.flink.runtime.zookeeper -
-
Uses of StateHandleStore in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint with parameters of type StateHandleStore 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 StateHandleStore Constructor Description DefaultCompletedCheckpointStore(int maxNumberOfCheckpointsToRetain, StateHandleStore<CompletedCheckpoint,R> stateHandleStore, CheckpointStoreUtil completedCheckpointStoreUtil, Collection<CompletedCheckpoint> completedCheckpoints, SharedStateRegistry sharedStateRegistry, Executor executor)
Creates aDefaultCompletedCheckpointStore
instance. -
Uses of StateHandleStore in org.apache.flink.runtime.jobmanager
Constructors in org.apache.flink.runtime.jobmanager with parameters of type StateHandleStore Constructor Description DefaultJobGraphStore(StateHandleStore<JobGraph,R> stateHandleStore, JobGraphStoreWatcher jobGraphStoreWatcher, JobGraphStoreUtil jobGraphStoreUtil)
-
Uses of StateHandleStore in org.apache.flink.runtime.zookeeper
Classes in org.apache.flink.runtime.zookeeper that implement StateHandleStore Modifier and Type Class Description class
ZooKeeperStateHandleStore<T extends Serializable>
Class which stores state via the providedRetrievableStateStorageHelper
and writes the returned state handle to ZooKeeper.
-