Class CompletedCheckpointStatsSummarySnapshot
- java.lang.Object
-
- org.apache.flink.runtime.checkpoint.CompletedCheckpointStatsSummarySnapshot
-
- All Implemented Interfaces:
Serializable
@Internal public class CompletedCheckpointStatsSummarySnapshot extends Object implements Serializable
Immutable snapshot ofCompletedCheckpointStatsSummary
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompletedCheckpointStatsSummarySnapshot(StatsSummarySnapshot duration, StatsSummarySnapshot processedData, StatsSummarySnapshot persistedData, StatsSummarySnapshot stateSize, StatsSummarySnapshot checkpointedSize)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompletedCheckpointStatsSummarySnapshot
empty()
StatsSummarySnapshot
getCheckpointedSize()
StatsSummarySnapshot
getEndToEndDurationStats()
StatsSummarySnapshot
getPersistedDataStats()
StatsSummarySnapshot
getProcessedDataStats()
StatsSummarySnapshot
getStateSizeStats()
-
-
-
Constructor Detail
-
CompletedCheckpointStatsSummarySnapshot
public CompletedCheckpointStatsSummarySnapshot(StatsSummarySnapshot duration, StatsSummarySnapshot processedData, StatsSummarySnapshot persistedData, StatsSummarySnapshot stateSize, StatsSummarySnapshot checkpointedSize)
-
-
Method Detail
-
empty
public static CompletedCheckpointStatsSummarySnapshot empty()
-
getEndToEndDurationStats
public StatsSummarySnapshot getEndToEndDurationStats()
-
getPersistedDataStats
public StatsSummarySnapshot getPersistedDataStats()
-
getProcessedDataStats
public StatsSummarySnapshot getProcessedDataStats()
-
getStateSizeStats
public StatsSummarySnapshot getStateSizeStats()
-
getCheckpointedSize
public StatsSummarySnapshot getCheckpointedSize()
-
-