Class TaskCheckpointStatisticsWithSubtaskDetails.Summary
java.lang.Object
org.apache.flink.runtime.rest.messages.checkpoints.TaskCheckpointStatisticsWithSubtaskDetails.Summary
- Enclosing class:
- TaskCheckpointStatisticsWithSubtaskDetails
Summary of the checkpoint statistics for a given task.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSummary(StatsSummaryDto checkpointedSize, StatsSummaryDto stateSize, StatsSummaryDto duration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration checkpointDuration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment checkpointAlignment, StatsSummaryDto checkpointStartDelay) -
Method Summary
-
Field Details
-
FIELD_NAME_CHECKPOINTED_SIZE
- See Also:
-
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:
-
FIELD_NAME_DURATION
- See Also:
-
FIELD_NAME_CHECKPOINT_DURATION
- See Also:
-
FIELD_NAME_ALIGNMENT
- See Also:
-
FIELD_NAME_START_DELAY
- See Also:
-
-
Constructor Details
-
Summary
public Summary(StatsSummaryDto checkpointedSize, StatsSummaryDto stateSize, StatsSummaryDto duration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration checkpointDuration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment checkpointAlignment, StatsSummaryDto checkpointStartDelay)
-
-
Method Details