Uses of Interface
org.apache.flink.runtime.persistence.ResourceVersion
Packages that use ResourceVersion
Package
Description
-
Uses of ResourceVersion in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint with type parameters of type ResourceVersionModifier and TypeClassDescriptionclassDefaultCompletedCheckpointStore<R extends ResourceVersion<R>>Default implementation ofCompletedCheckpointStore.Methods in org.apache.flink.runtime.checkpoint with type parameters of type ResourceVersionModifier and TypeMethodDescriptionstatic <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 ResourceVersionModifier and TypeClassDescriptionclassDefaultExecutionPlanStore<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 ResourceVersionModifier and TypeInterfaceDescriptioninterfaceStateHandleStore<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 ResourceVersionModifier and TypeClassDescriptionclassResourceVersionimplementation withIntegervalue.classResourceVersionimplementation withStringvalue.