public final class TaskCheckpointStatisticsWithSubtaskDetails extends TaskCheckpointStatistics
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskCheckpointStatisticsWithSubtaskDetails.CheckpointAlignment
Alignment information for a specific checkpoint at a given task.
|
static class |
TaskCheckpointStatisticsWithSubtaskDetails.CheckpointDuration
Duration of a checkpoint split up into its synchronous and asynchronous part.
|
static class |
TaskCheckpointStatisticsWithSubtaskDetails.Summary
Summary of the checkpoint statistics for a given task.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_NAME_SUBTASKS_CHECKPOINT_STATISTICS |
static String |
FIELD_NAME_SUMMARY |
FIELD_NAME_ALIGNMENT_BUFFERED, FIELD_NAME_CHECKPOINT_STATUS, FIELD_NAME_CHECKPOINTED_SIZE, FIELD_NAME_DURATION, FIELD_NAME_ID, FIELD_NAME_LATEST_ACK_TIMESTAMP, FIELD_NAME_NUM_ACK_SUBTASKS, FIELD_NAME_NUM_SUBTASKS, FIELD_NAME_PERSISTED_DATA, FIELD_NAME_PROCESSED_DATA, FIELD_NAME_STATE_SIZE| Constructor and Description |
|---|
TaskCheckpointStatisticsWithSubtaskDetails(long checkpointId,
CheckpointStatsStatus checkpointStatus,
long latestAckTimestamp,
long checkpointedSize,
long stateSize,
long duration,
long alignmentBuffered,
long processedData,
long persistedData,
int numSubtasks,
int numAckSubtasks,
TaskCheckpointStatisticsWithSubtaskDetails.Summary summary,
List<SubtaskCheckpointStatistics> subtaskCheckpointStatistics) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<SubtaskCheckpointStatistics> |
getSubtaskCheckpointStatistics() |
TaskCheckpointStatisticsWithSubtaskDetails.Summary |
getSummary() |
int |
hashCode() |
getCheckpointedSize, getCheckpointId, getCheckpointStatus, getDuration, getLatestAckTimestamp, getNumAckSubtasks, getNumSubtasks, getStateSizepublic static final String FIELD_NAME_SUMMARY
public static final String FIELD_NAME_SUBTASKS_CHECKPOINT_STATISTICS
public TaskCheckpointStatisticsWithSubtaskDetails(long checkpointId,
CheckpointStatsStatus checkpointStatus,
long latestAckTimestamp,
long checkpointedSize,
long stateSize,
long duration,
long alignmentBuffered,
long processedData,
long persistedData,
int numSubtasks,
int numAckSubtasks,
TaskCheckpointStatisticsWithSubtaskDetails.Summary summary,
List<SubtaskCheckpointStatistics> subtaskCheckpointStatistics)
public TaskCheckpointStatisticsWithSubtaskDetails.Summary getSummary()
public List<SubtaskCheckpointStatistics> getSubtaskCheckpointStatistics()
public boolean equals(Object o)
equals in class TaskCheckpointStatisticspublic int hashCode()
hashCode in class TaskCheckpointStatisticsCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.