Uses of Class
org.apache.flink.runtime.checkpoint.PendingCheckpoint
Packages that use PendingCheckpoint
-
Uses of PendingCheckpoint in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type PendingCheckpointMethods in org.apache.flink.runtime.checkpoint with parameters of type PendingCheckpointModifier and TypeMethodDescriptionvoidCheckpointFailureManager.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.