Uses of Class
org.apache.flink.runtime.checkpoint.PendingCheckpoint
-
Packages that use PendingCheckpoint Package Description org.apache.flink.runtime.checkpoint -
-
Uses of PendingCheckpoint in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type PendingCheckpoint Modifier and Type Method Description Map<Long,PendingCheckpoint>
CheckpointCoordinator. getPendingCheckpoints()
Methods in org.apache.flink.runtime.checkpoint with parameters of type PendingCheckpoint Modifier and Type Method Description void
CheckpointFailureManager. handleCheckpointException(PendingCheckpoint pendingCheckpoint, CheckpointProperties checkpointProperties, CheckpointException exception, ExecutionAttemptID executionAttemptID, org.apache.flink.api.common.JobID job, PendingCheckpointStats pendingCheckpointStats, CheckpointStatsTracker statsTracker)
Failures on JM: all checkpoints - go against failure counter.
-