Class TaskCheckpointStatisticsWithSubtaskDetails.Summary
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
-
- Enclosing class:
- TaskCheckpointStatisticsWithSubtaskDetails
public static final class TaskCheckpointStatisticsWithSubtaskDetails.Summary extends Object
Summary of the checkpoint statistics for a given task.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_NAME_ALIGNMENTstatic StringFIELD_NAME_CHECKPOINT_DURATIONstatic StringFIELD_NAME_CHECKPOINTED_SIZEstatic StringFIELD_NAME_DURATIONstatic StringFIELD_NAME_START_DELAYstatic StringFIELD_NAME_STATE_SIZEThe accurate name of this field should be 'checkpointed_data_size', keep it as before to not break backwards compatibility for old web UI.
-
Constructor Summary
Constructors Constructor Description Summary(StatsSummaryDto checkpointedSize, StatsSummaryDto stateSize, StatsSummaryDto duration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration checkpointDuration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment checkpointAlignment, StatsSummaryDto checkpointStartDelay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignmentgetCheckpointAlignment()TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDurationgetCheckpointDuration()StatsSummaryDtogetCheckpointedSize()StatsSummaryDtogetCheckpointStartDelay()StatsSummaryDtogetDuration()StatsSummaryDtogetStateSize()inthashCode()
-
-
-
Field Detail
-
FIELD_NAME_CHECKPOINTED_SIZE
public static final String FIELD_NAME_CHECKPOINTED_SIZE
- See Also:
- Constant Field Values
-
FIELD_NAME_STATE_SIZE
public static final String FIELD_NAME_STATE_SIZE
The accurate name of this field should be 'checkpointed_data_size', keep it as before to not break backwards compatibility for old web UI.- See Also:
- FLINK-13390, Constant Field Values
-
FIELD_NAME_DURATION
public static final String FIELD_NAME_DURATION
- See Also:
- Constant Field Values
-
FIELD_NAME_CHECKPOINT_DURATION
public static final String FIELD_NAME_CHECKPOINT_DURATION
- See Also:
- Constant Field Values
-
FIELD_NAME_ALIGNMENT
public static final String FIELD_NAME_ALIGNMENT
- See Also:
- Constant Field Values
-
FIELD_NAME_START_DELAY
public static final String FIELD_NAME_START_DELAY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Summary
public Summary(StatsSummaryDto checkpointedSize, StatsSummaryDto stateSize, StatsSummaryDto duration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration checkpointDuration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment checkpointAlignment, StatsSummaryDto checkpointStartDelay)
-
-
Method Detail
-
getCheckpointedSize
public StatsSummaryDto getCheckpointedSize()
-
getStateSize
public StatsSummaryDto getStateSize()
-
getDuration
public StatsSummaryDto getDuration()
-
getCheckpointDuration
public TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration getCheckpointDuration()
-
getCheckpointAlignment
public TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment getCheckpointAlignment()
-
getCheckpointStartDelay
public StatsSummaryDto getCheckpointStartDelay()
-
-