public static final class TaskCheckpointStatisticsWithSubtaskDetails.Summary extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
Summary(StatsSummaryDto checkpointedSize,
StatsSummaryDto stateSize,
StatsSummaryDto duration,
TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration checkpointDuration,
TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment checkpointAlignment,
StatsSummaryDto checkpointStartDelay) |
public static final String FIELD_NAME_STATE_SIZE
public static final String FIELD_NAME_CHECKPOINT_DURATION
public Summary(StatsSummaryDto checkpointedSize, StatsSummaryDto stateSize, StatsSummaryDto duration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration checkpointDuration, TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment checkpointAlignment, StatsSummaryDto checkpointStartDelay)
public StatsSummaryDto getCheckpointedSize()
public StatsSummaryDto getStateSize()
public StatsSummaryDto getDuration()
public TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration getCheckpointDuration()
public TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment getCheckpointAlignment()
public StatsSummaryDto getCheckpointStartDelay()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.