Uses of Interface
org.apache.flink.runtime.persistence.StateHandleStore
Packages that use StateHandleStore
Package
Description
-
Uses of StateHandleStore in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint with parameters of type StateHandleStoreModifier 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 StateHandleStoreModifierConstructorDescriptionDefaultCompletedCheckpointStore(int maxNumberOfCheckpointsToRetain, StateHandleStore<CompletedCheckpoint, R> stateHandleStore, CheckpointStoreUtil completedCheckpointStoreUtil, Collection<CompletedCheckpoint> completedCheckpoints, SharedStateRegistry sharedStateRegistry, Executor executor) Creates aDefaultCompletedCheckpointStoreinstance. -
Uses of StateHandleStore in org.apache.flink.runtime.jobmanager
Constructors in org.apache.flink.runtime.jobmanager with parameters of type StateHandleStoreModifierConstructorDescriptionDefaultExecutionPlanStore(StateHandleStore<ExecutionPlan, R> stateHandleStore, ExecutionPlanStoreWatcher executionPlanStoreWatcher, ExecutionPlanStoreUtil executionPlanStoreUtil) -
Uses of StateHandleStore in org.apache.flink.runtime.zookeeper
Classes in org.apache.flink.runtime.zookeeper that implement StateHandleStoreModifier and TypeClassDescriptionclassZooKeeperStateHandleStore<T extends Serializable>Class which stores state via the providedRetrievableStateStorageHelperand writes the returned state handle to ZooKeeper.