Uses of Class
org.apache.flink.runtime.checkpoint.CompletedCheckpointStats
-
Packages that use CompletedCheckpointStats Package Description org.apache.flink.runtime.checkpoint -
-
Uses of CompletedCheckpointStats in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return CompletedCheckpointStats Modifier and Type Method Description CompletedCheckpointStatsCheckpointStatsHistory. getLatestCompletedCheckpoint()CompletedCheckpointStatsCheckpointStatsHistory. getLatestSavepoint()CompletedCheckpointStatsCompletedCheckpoint. getStatistic()Methods in org.apache.flink.runtime.checkpoint with parameters of type CompletedCheckpointStats Modifier and Type Method Description voidCheckpointStatsTracker. 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 CompletedCheckpointStats Constructor Description 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)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)
-