Class CompletedCheckpointStatsSummary
java.lang.Object
org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummary
- All Implemented Interfaces:
Serializable
Summary over all completed checkpoints.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the summary stats for the duration of completed checkpoints.Returns the summary stats for the state size of completed checkpoints.
-
Method Details
-
getStateSizeStats
Returns the summary stats for the state size of completed checkpoints.- Returns:
- Summary stats for the state size.
-
getEndToEndDurationStats
Returns the summary stats for the duration of completed checkpoints.- Returns:
- Summary stats for the duration.
-
getProcessedDataStats
-
getPersistedDataStats
-