public static final class TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_BUFFERED_DATA |
static String |
FIELD_NAME_DURATION |
Constructor and Description |
---|
CheckpointAlignment(MinMaxAvgStatistics bufferedData,
MinMaxAvgStatistics duration) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MinMaxAvgStatistics |
getBufferedData() |
MinMaxAvgStatistics |
getDuration() |
int |
hashCode() |
public static final String FIELD_NAME_BUFFERED_DATA
public static final String FIELD_NAME_DURATION
public CheckpointAlignment(MinMaxAvgStatistics bufferedData, MinMaxAvgStatistics duration)
public MinMaxAvgStatistics getBufferedData()
public MinMaxAvgStatistics getDuration()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.