Class TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration
-
- Enclosing class:
- TaskCheckpointStatisticsWithSubtaskDetails
public static final class TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration extends Object
Duration of a checkpoint split up into its synchronous and asynchronous part.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_NAME_ASYNCHRONOUS_DURATIONstatic StringFIELD_NAME_SYNCHRONOUS_DURATION
-
Constructor Summary
Constructors Constructor Description CheckpointDuration(StatsSummaryDto synchronousDuration, StatsSummaryDto asynchronousDuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StatsSummaryDtogetAsynchronousDuration()StatsSummaryDtogetSynchronousDuration()inthashCode()
-
-
-
Field Detail
-
FIELD_NAME_SYNCHRONOUS_DURATION
public static final String FIELD_NAME_SYNCHRONOUS_DURATION
- See Also:
- Constant Field Values
-
FIELD_NAME_ASYNCHRONOUS_DURATION
public static final String FIELD_NAME_ASYNCHRONOUS_DURATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CheckpointDuration
public CheckpointDuration(StatsSummaryDto synchronousDuration, StatsSummaryDto asynchronousDuration)
-
-
Method Detail
-
getSynchronousDuration
public StatsSummaryDto getSynchronousDuration()
-
getAsynchronousDuration
public StatsSummaryDto getAsynchronousDuration()
-
-