Uses of Interface
org.apache.flink.runtime.persistence.ResourceVersion
-
Packages that use ResourceVersion Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.jobmanager org.apache.flink.runtime.persistence -
-
Uses of ResourceVersion in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint with type parameters of type ResourceVersion Modifier and Type Class Description classDefaultCompletedCheckpointStore<R extends ResourceVersion<R>>Default implementation ofCompletedCheckpointStore.Methods in org.apache.flink.runtime.checkpoint with type parameters of type ResourceVersion 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. -
Uses of ResourceVersion in org.apache.flink.runtime.jobmanager
Classes in org.apache.flink.runtime.jobmanager with type parameters of type ResourceVersion Modifier and Type Class Description classDefaultExecutionPlanStore<R extends ResourceVersion<R>>Default implementation forExecutionPlanStore. -
Uses of ResourceVersion in org.apache.flink.runtime.persistence
Classes in org.apache.flink.runtime.persistence with type parameters of type ResourceVersion Modifier and Type Interface Description interfaceStateHandleStore<T extends Serializable,R extends ResourceVersion<R>>Class which stores state via the providedRetrievableStateStorageHelperand writes the returned state handle to distributed coordination system(e.g.Classes in org.apache.flink.runtime.persistence that implement ResourceVersion Modifier and Type Class Description classIntegerResourceVersionResourceVersionimplementation withIntegervalue.classStringResourceVersionResourceVersionimplementation withStringvalue.
-