public class CompletedCheckpointStatsSummary extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
MinMaxAvgStats |
getAlignmentBufferedStats()
Returns the summary stats for the bytes buffered during alignment.
|
MinMaxAvgStats |
getEndToEndDurationStats()
Returns the summary stats for the duration of completed checkpoints.
|
MinMaxAvgStats |
getStateSizeStats()
Returns the summary stats for the state size of completed checkpoints.
|
public MinMaxAvgStats getStateSizeStats()
public MinMaxAvgStats getEndToEndDurationStats()
public MinMaxAvgStats getAlignmentBufferedStats()
If no alignments are reported or happen (at least once mode), the returned stats are in their initial state.
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.