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 classCompletedCheckpoint.CompletedCheckpointDiscardObjectImplementation ofCheckpoint.DiscardObject.classPendingCheckpoint.PendingCheckpointDiscardObjectImplementation ofCheckpoint.DiscardObjectforPendingCheckpoint.Fields in org.apache.flink.runtime.checkpoint declared as Checkpoint.DiscardObject Modifier and Type Field Description static Checkpoint.DiscardObjectCheckpoint. NOOP_DISCARD_OBJECTMethods in org.apache.flink.runtime.checkpoint that return Checkpoint.DiscardObject Modifier and Type Method Description Checkpoint.DiscardObjectCheckpoint. markAsDiscarded()This method precede thediscard()method and should be called from theCheckpointCoordinator(under the lock) whilediscard()can be called from any thread/place.Checkpoint.DiscardObjectCompletedCheckpoint. markAsDiscarded()Checkpoint.DiscardObjectPendingCheckpoint. markAsDiscarded()Checkpoint.DiscardObjectCompletedCheckpoint. markAsDiscardedOnShutdown(org.apache.flink.api.common.JobStatus jobStatus)Checkpoint.DiscardObjectCompletedCheckpoint. markAsDiscardedOnSubsume()
-