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(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, getTaskExecutionId
public DeclineCheckpoint(JobID job, ExecutionAttemptID taskExecutionId, long checkpointId, long timestamp)
public long getTimestamp()
public int hashCode()
hashCode
in class AbstractCheckpointMessage
public boolean equals(Object o)
equals
in class AbstractCheckpointMessage
public String toString()
toString
in class AbstractCheckpointMessage
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.