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 class
DefaultCompletedCheckpointStore<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 checkpoints
from 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 class
DefaultExecutionPlanStore<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 interface
StateHandleStore<T extends Serializable,R extends ResourceVersion<R>>
Class which stores state via the providedRetrievableStateStorageHelper
and 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 class
IntegerResourceVersion
ResourceVersion
implementation withInteger
value.class
StringResourceVersion
ResourceVersion
implementation withString
value.
-