public class DeclineCheckpoint extends AbstractCheckpointMessage implements Serializable
TaskManager to the
JobManager to tell the checkpoint coordinator
that a checkpoint request could not be heeded. This can happen if a Task is already in
RUNNING state but is internally not yet ready to perform checkpoints.| Constructor and Description |
|---|
DeclineCheckpoint(org.apache.flink.api.common.JobID job,
ExecutionAttemptID taskExecutionId,
long checkpointId,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getTimestamp() |
int |
hashCode() |
String |
toString() |
getCheckpointId, getJob, getTaskExecutionIdpublic DeclineCheckpoint(org.apache.flink.api.common.JobID job,
ExecutionAttemptID taskExecutionId,
long checkpointId,
long timestamp)
public long getTimestamp()
public int hashCode()
hashCode in class AbstractCheckpointMessagepublic boolean equals(Object o)
equals in class AbstractCheckpointMessagepublic String toString()
toString in class AbstractCheckpointMessageCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.