public class TriggerCheckpoint extends AbstractCheckpointMessage implements Serializable
JobManager to the
TaskManager to tell a certain task to trigger its
checkpoint.| Constructor and Description |
|---|
TriggerCheckpoint(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 TriggerCheckpoint(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.