Uses of Class
org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
Packages that use CompletedCheckpointStats
-
Uses of CompletedCheckpointStats in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return CompletedCheckpointStatsModifier and TypeMethodDescriptionCheckpointStatsHistory.getLatestCompletedCheckpoint()CheckpointStatsHistory.getLatestSavepoint()CompletedCheckpoint.getStatistic()Methods in org.apache.flink.runtime.checkpoint with parameters of type CompletedCheckpointStatsModifier and TypeMethodDescriptionvoidCheckpointStatsTracker.reportCompletedCheckpoint(CompletedCheckpointStats completed) Callback when a checkpoint completes.voidDefaultCheckpointStatsTracker.reportCompletedCheckpoint(CompletedCheckpointStats completed) voidNoOpCheckpointStatsTracker.reportCompletedCheckpoint(CompletedCheckpointStats completed) Constructors in org.apache.flink.runtime.checkpoint with parameters of type CompletedCheckpointStatsModifierConstructorDescriptionCompletedCheckpoint(org.apache.flink.api.common.JobID job, long checkpointID, long timestamp, long completionTimestamp, Map<OperatorID, OperatorState> operatorStates, Collection<MasterState> masterHookStates, CheckpointProperties props, CompletedCheckpointStorageLocation storageLocation, CompletedCheckpointStats completedCheckpointStats) CompletedCheckpoint(org.apache.flink.api.common.JobID job, long checkpointID, long timestamp, long completionTimestamp, Map<OperatorID, OperatorState> operatorStates, Collection<MasterState> masterHookStates, CheckpointProperties props, CompletedCheckpointStorageLocation storageLocation, CompletedCheckpointStats completedCheckpointStats, CheckpointProperties restoredProps)