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 checkpointsfrom 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 aDefaultCompletedCheckpointStoreinstance. -
Uses of StateHandleStore in org.apache.flink.runtime.jobmanager
Constructors in org.apache.flink.runtime.jobmanager with parameters of type StateHandleStore Constructor Description DefaultExecutionPlanStore(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 StateHandleStore Modifier and Type Class Description classZooKeeperStateHandleStore<T extends Serializable>Class which stores state via the providedRetrievableStateStorageHelperand writes the returned state handle to ZooKeeper.
-