public class TaskCheckpointStatistics extends Object implements ResponseBody
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_ALIGNMENT_BUFFERED |
static String |
FIELD_NAME_CHECKPOINT_STATUS |
static String |
FIELD_NAME_CHECKPOINTED_SIZE |
static String |
FIELD_NAME_DURATION |
static String |
FIELD_NAME_ID |
static String |
FIELD_NAME_LATEST_ACK_TIMESTAMP |
static String |
FIELD_NAME_NUM_ACK_SUBTASKS |
static String |
FIELD_NAME_NUM_SUBTASKS |
static String |
FIELD_NAME_PERSISTED_DATA |
static String |
FIELD_NAME_PROCESSED_DATA |
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 and Description |
---|
TaskCheckpointStatistics(long checkpointId,
CheckpointStatsStatus checkpointStatus,
long latestAckTimestamp,
long checkpointedSize,
long stateSize,
long duration,
long alignmentBuffered,
long processedData,
long persistedData,
int numSubtasks,
int numAckSubtasks) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getCheckpointedSize() |
long |
getCheckpointId() |
CheckpointStatsStatus |
getCheckpointStatus() |
long |
getDuration() |
long |
getLatestAckTimestamp() |
int |
getNumAckSubtasks() |
int |
getNumSubtasks() |
long |
getStateSize() |
int |
hashCode() |
public static final String FIELD_NAME_ID
public static final String FIELD_NAME_CHECKPOINT_STATUS
public static final String FIELD_NAME_LATEST_ACK_TIMESTAMP
public static final String FIELD_NAME_CHECKPOINTED_SIZE
public static final String FIELD_NAME_STATE_SIZE
public static final String FIELD_NAME_DURATION
public static final String FIELD_NAME_ALIGNMENT_BUFFERED
public static final String FIELD_NAME_PROCESSED_DATA
public static final String FIELD_NAME_PERSISTED_DATA
public static final String FIELD_NAME_NUM_SUBTASKS
public static final String FIELD_NAME_NUM_ACK_SUBTASKS
public TaskCheckpointStatistics(long checkpointId, CheckpointStatsStatus checkpointStatus, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks)
public long getLatestAckTimestamp()
public long getCheckpointedSize()
public long getStateSize()
public long getDuration()
public int getNumSubtasks()
public int getNumAckSubtasks()
public long getCheckpointId()
public CheckpointStatsStatus getCheckpointStatus()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.