public static final class CheckpointStatistics.FailedCheckpointStatistics extends CheckpointStatistics
CheckpointStatistics.CompletedCheckpointStatistics, CheckpointStatistics.FailedCheckpointStatistics, CheckpointStatistics.PendingCheckpointStatistics
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_FAILURE_MESSAGE |
static String |
FIELD_NAME_FAILURE_TIMESTAMP |
FIELD_NAME_ALIGNMENT_BUFFERED, FIELD_NAME_CHECKPOINT_TYPE, FIELD_NAME_CHECKPOINTED_SIZE, 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_PERSISTED_DATA, FIELD_NAME_PROCESSED_DATA, FIELD_NAME_SAVEPOINT_FORMAT, FIELD_NAME_STATE_SIZE, FIELD_NAME_STATUS, FIELD_NAME_TASKS, FIELD_NAME_TRIGGER_TIMESTAMP
Constructor and Description |
---|
FailedCheckpointStatistics(long id,
CheckpointStatsStatus status,
boolean savepoint,
String savepointFormat,
long triggerTimestamp,
long latestAckTimestamp,
long checkpointedSize,
long stateSize,
long duration,
long alignmentBuffered,
long processedData,
long persistedData,
int numSubtasks,
int numAckSubtasks,
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType,
Map<JobVertexID,TaskCheckpointStatistics> checkpointingStatisticsPerTask,
long failureTimestamp,
String failureMessage) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFailureMessage() |
long |
getFailureTimestamp() |
int |
hashCode() |
generateCheckpointStatistics, getCheckpointedSize, getCheckpointStatisticsPerTask, getCheckpointType, getDuration, getId, getLatestAckTimestamp, getNumAckSubtasks, getNumSubtasks, getStateSize, getStatus, getTriggerTimestamp, isSavepoint
public static final String FIELD_NAME_FAILURE_TIMESTAMP
public static final String FIELD_NAME_FAILURE_MESSAGE
public FailedCheckpointStatistics(long id, CheckpointStatsStatus status, boolean savepoint, String savepointFormat, long triggerTimestamp, long latestAckTimestamp, long checkpointedSize, long stateSize, long duration, long alignmentBuffered, long processedData, long persistedData, int numSubtasks, int numAckSubtasks, org.apache.flink.runtime.rest.messages.checkpoints.CheckpointStatistics.RestAPICheckpointType checkpointType, Map<JobVertexID,TaskCheckpointStatistics> checkpointingStatisticsPerTask, long failureTimestamp, @Nullable String failureMessage)
public long getFailureTimestamp()
public boolean equals(Object o)
equals
in class CheckpointStatistics
public int hashCode()
hashCode
in class CheckpointStatistics
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.