Uses of Interface
org.apache.flink.runtime.checkpoint.Checkpoint.DiscardObject
-
Packages that use Checkpoint.DiscardObject Package Description org.apache.flink.runtime.checkpoint -
-
Uses of Checkpoint.DiscardObject in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint that implement Checkpoint.DiscardObject Modifier and Type Class Description class
CompletedCheckpoint.CompletedCheckpointDiscardObject
Implementation ofCheckpoint.DiscardObject
.class
PendingCheckpoint.PendingCheckpointDiscardObject
Implementation ofCheckpoint.DiscardObject
forPendingCheckpoint
.Fields in org.apache.flink.runtime.checkpoint declared as Checkpoint.DiscardObject Modifier and Type Field Description static Checkpoint.DiscardObject
Checkpoint. NOOP_DISCARD_OBJECT
Methods in org.apache.flink.runtime.checkpoint that return Checkpoint.DiscardObject Modifier and Type Method Description Checkpoint.DiscardObject
Checkpoint. markAsDiscarded()
This method precede thediscard()
method and should be called from theCheckpointCoordinator
(under the lock) whilediscard()
can be called from any thread/place.Checkpoint.DiscardObject
CompletedCheckpoint. markAsDiscarded()
Checkpoint.DiscardObject
PendingCheckpoint. markAsDiscarded()
Checkpoint.DiscardObject
CompletedCheckpoint. markAsDiscardedOnShutdown(org.apache.flink.api.common.JobStatus jobStatus)
Checkpoint.DiscardObject
CompletedCheckpoint. markAsDiscardedOnSubsume()
-