public static class TaskStateStats.TaskStateStatsSummary extends Object implements Serializable
Constructor and Description |
---|
TaskStateStatsSummary() |
Modifier and Type | Method and Description |
---|---|
MinMaxAvgStats |
getAckTimestampStats()
Returns the summary stats for the ACK timestamps.
|
MinMaxAvgStats |
getAlignmentBufferedStats()
Returns the summary stats for the buffered bytes during alignments.
|
MinMaxAvgStats |
getAlignmentDurationStats()
Returns the summary stats for the alignment duration.
|
MinMaxAvgStats |
getAsyncCheckpointDurationStats()
Returns the summary stats for the async checkpoint duration.
|
MinMaxAvgStats |
getStateSizeStats()
Returns the summary stats for the state size.
|
MinMaxAvgStats |
getSyncCheckpointDurationStats()
Returns the summary stats for the sync checkpoint duration.
|
public MinMaxAvgStats getStateSizeStats()
public MinMaxAvgStats getAckTimestampStats()
public MinMaxAvgStats getSyncCheckpointDurationStats()
public MinMaxAvgStats getAsyncCheckpointDurationStats()
public MinMaxAvgStats getAlignmentBufferedStats()
public MinMaxAvgStats getAlignmentDurationStats()
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.