Uses of Interface
org.apache.flink.runtime.checkpoint.Checkpoint.DiscardObject
Packages that use Checkpoint.DiscardObject
-
Uses of Checkpoint.DiscardObject in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint that implement Checkpoint.DiscardObjectModifier and TypeClassDescriptionclassImplementation ofCheckpoint.DiscardObject.classImplementation ofCheckpoint.DiscardObjectforPendingCheckpoint.Fields in org.apache.flink.runtime.checkpoint declared as Checkpoint.DiscardObjectModifier and TypeFieldDescriptionstatic final Checkpoint.DiscardObjectCheckpoint.NOOP_DISCARD_OBJECTMethods in org.apache.flink.runtime.checkpoint that return Checkpoint.DiscardObjectModifier and TypeMethodDescriptionCheckpoint.markAsDiscarded()This method precede thediscard()method and should be called from theCheckpointCoordinator(under the lock) whilediscard()can be called from any thread/place.CompletedCheckpoint.markAsDiscarded()PendingCheckpoint.markAsDiscarded()CompletedCheckpoint.markAsDiscardedOnShutdown(org.apache.flink.api.common.JobStatus jobStatus) CompletedCheckpoint.markAsDiscardedOnSubsume()