Uses of Class
org.apache.flink.runtime.checkpoint.AbstractCompleteCheckpointStore
-
Packages that use AbstractCompleteCheckpointStore Package Description org.apache.flink.runtime.checkpoint -
-
Uses of AbstractCompleteCheckpointStore in org.apache.flink.runtime.checkpoint
Subclasses of AbstractCompleteCheckpointStore in org.apache.flink.runtime.checkpoint Modifier and Type Class Description class
DefaultCompletedCheckpointStore<R extends ResourceVersion<R>>
Default implementation ofCompletedCheckpointStore
.class
EmbeddedCompletedCheckpointStore
An embedded in-memory checkpoint store, which supports shutdown and suspend.class
StandaloneCompletedCheckpointStore
CompletedCheckpointStore
for JobManagers running inHighAvailabilityMode.NONE
.
-