public static final class CheckpointStatistics.PendingCheckpointStatistics extends CheckpointStatistics
CheckpointStatistics.CompletedCheckpointStatistics, CheckpointStatistics.FailedCheckpointStatistics, CheckpointStatistics.PendingCheckpointStatistics
FIELD_NAME_ALIGNMENT_BUFFERED, FIELD_NAME_DURATION, FIELD_NAME_ID, FIELD_NAME_IS_SAVEPOINT, FIELD_NAME_LATEST_ACK_TIMESTAMP, FIELD_NAME_NUM_ACK_SUBTASKS, FIELD_NAME_NUM_SUBTASKS, FIELD_NAME_STATE_SIZE, FIELD_NAME_STATUS, FIELD_NAME_TASKS, FIELD_NAME_TRIGGER_TIMESTAMP
Constructor and Description |
---|
PendingCheckpointStatistics(long id,
CheckpointStatsStatus status,
boolean savepoint,
long triggerTimestamp,
long latestAckTimestamp,
long stateSize,
long duration,
long alignmentBuffered,
int numSubtasks,
int numAckSubtasks,
Map<JobVertexID,TaskCheckpointStatistics> checkpointingStatisticsPerTask) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
generateCheckpointStatistics, getAlignmentBuffered, getCheckpointStatisticsPerTask, getDuration, getId, getLatestAckTimestamp, getNumAckSubtasks, getNumSubtasks, getStateSize, getStatus, getTriggerTimestamp, isSavepoint
public PendingCheckpointStatistics(long id, CheckpointStatsStatus status, boolean savepoint, long triggerTimestamp, long latestAckTimestamp, long stateSize, long duration, long alignmentBuffered, int numSubtasks, int numAckSubtasks, Map<JobVertexID,TaskCheckpointStatistics> checkpointingStatisticsPerTask)
public boolean equals(Object o)
equals
in class CheckpointStatistics
public int hashCode()
hashCode
in class CheckpointStatistics
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.