Uses of Class
org.apache.flink.runtime.checkpoint.PendingCheckpointStats
Packages that use PendingCheckpointStats
-
Uses of PendingCheckpointStats in org.apache.flink.runtime.checkpoint
Subclasses of PendingCheckpointStats in org.apache.flink.runtime.checkpointMethods in org.apache.flink.runtime.checkpoint that return PendingCheckpointStatsModifier and TypeMethodDescriptionCheckpointStatsTracker.getPendingCheckpointStats(long checkpointId) DefaultCheckpointStatsTracker.getPendingCheckpointStats(long checkpointId) NoOpCheckpointStatsTracker.getPendingCheckpointStats(long checkpointId) CheckpointStatsTracker.reportPendingCheckpoint(long checkpointId, long triggerTimestamp, CheckpointProperties props, Map<JobVertexID, Integer> vertexToDop) Creates a new pending checkpoint tracker.DefaultCheckpointStatsTracker.reportPendingCheckpoint(long checkpointId, long triggerTimestamp, CheckpointProperties props, Map<JobVertexID, Integer> vertexToDop) NoOpCheckpointStatsTracker.reportPendingCheckpoint(long checkpointId, long triggerTimestamp, CheckpointProperties props, Map<JobVertexID, Integer> vertexToDop) Methods in org.apache.flink.runtime.checkpoint with parameters of type PendingCheckpointStatsModifier 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.Constructors in org.apache.flink.runtime.checkpoint with parameters of type PendingCheckpointStatsModifierConstructorDescriptionPendingCheckpoint(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)