Uses of Class
org.apache.flink.runtime.checkpoint.PendingCheckpointStats
-
Packages that use PendingCheckpointStats Package Description org.apache.flink.runtime.checkpoint -
-
Uses of PendingCheckpointStats in org.apache.flink.runtime.checkpoint
Subclasses of PendingCheckpointStats in org.apache.flink.runtime.checkpoint Modifier and Type Class Description classFailedCheckpointStatsStatistics for a failed checkpoint.Methods in org.apache.flink.runtime.checkpoint that return PendingCheckpointStats Modifier and Type Method Description PendingCheckpointStatsCheckpointStatsTracker. getPendingCheckpointStats(long checkpointId)PendingCheckpointStatsDefaultCheckpointStatsTracker. getPendingCheckpointStats(long checkpointId)PendingCheckpointStatsNoOpCheckpointStatsTracker. getPendingCheckpointStats(long checkpointId)PendingCheckpointStatsCheckpointStatsTracker. reportPendingCheckpoint(long checkpointId, long triggerTimestamp, CheckpointProperties props, Map<JobVertexID,Integer> vertexToDop)Creates a new pending checkpoint tracker.PendingCheckpointStatsDefaultCheckpointStatsTracker. reportPendingCheckpoint(long checkpointId, long triggerTimestamp, CheckpointProperties props, Map<JobVertexID,Integer> vertexToDop)PendingCheckpointStatsNoOpCheckpointStatsTracker. reportPendingCheckpoint(long checkpointId, long triggerTimestamp, CheckpointProperties props, Map<JobVertexID,Integer> vertexToDop)Methods in org.apache.flink.runtime.checkpoint with parameters of type PendingCheckpointStats Modifier and Type Method Description voidCheckpointFailureManager. 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.Constructors in org.apache.flink.runtime.checkpoint with parameters of type PendingCheckpointStats Constructor Description PendingCheckpoint(org.apache.flink.api.common.JobID jobId, long checkpointId, long checkpointTimestamp, CheckpointPlan checkpointPlan, Collection<OperatorID> operatorCoordinatorsToConfirm, Collection<String> masterStateIdentifiers, CheckpointProperties props, CompletableFuture<CompletedCheckpoint> onCompletionPromise, PendingCheckpointStats pendingCheckpointStats, CompletableFuture<Void> masterTriggerCompletionPromise)
-