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 String
FIELD_NAME_ALIGNMENT
static String
FIELD_NAME_CHECKPOINT_DURATION
static String
FIELD_NAME_CHECKPOINTED_SIZE
static String
FIELD_NAME_DURATION
static String
FIELD_NAME_START_DELAY
static 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.
-
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 boolean
equals(Object o)
TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment
getCheckpointAlignment()
TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration
getCheckpointDuration()
StatsSummaryDto
getCheckpointedSize()
StatsSummaryDto
getCheckpointStartDelay()
StatsSummaryDto
getDuration()
StatsSummaryDto
getStateSize()
int
hashCode()
-
-
-
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()
-
-