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(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 NotifyCheckpointComplete(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.