Class CompletedCheckpointStatsSummary
- java.lang.Object
-
- org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummary
-
- All Implemented Interfaces:
Serializable
public class CompletedCheckpointStatsSummary extends Object implements Serializable
Summary over all completed checkpoints.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatsSummarygetEndToEndDurationStats()Returns the summary stats for the duration of completed checkpoints.StatsSummarygetPersistedDataStats()StatsSummarygetProcessedDataStats()StatsSummarygetStateSizeStats()Returns the summary stats for the state size of completed checkpoints.
-
-
-
Method Detail
-
getStateSizeStats
public StatsSummary getStateSizeStats()
Returns the summary stats for the state size of completed checkpoints.- Returns:
- Summary stats for the state size.
-
getEndToEndDurationStats
public StatsSummary getEndToEndDurationStats()
Returns the summary stats for the duration of completed checkpoints.- Returns:
- Summary stats for the duration.
-
getProcessedDataStats
public StatsSummary getProcessedDataStats()
-
getPersistedDataStats
public StatsSummary getPersistedDataStats()
-
-