public class NotifyCheckpointComplete extends AbstractCheckpointMessage implements Serializable
JobManager
to the
TaskManager
to tell a task that the checkpoint
has been confirmed and that the task can commit the checkpoint to the outside world.Constructor and Description |
---|
NotifyCheckpointComplete(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 NotifyCheckpointComplete(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–2019 The Apache Software Foundation. All rights reserved.