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,
CheckpointOptions checkpointOptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CheckpointOptions |
getCheckpointOptions() |
long |
getTimestamp() |
int |
hashCode() |
String |
toString() |
getCheckpointId, getJob, getTaskExecutionIdpublic TriggerCheckpoint(org.apache.flink.api.common.JobID job,
ExecutionAttemptID taskExecutionId,
long checkpointId,
long timestamp,
CheckpointOptions checkpointOptions)
public long getTimestamp()
public CheckpointOptions getCheckpointOptions()
public int hashCode()
hashCode in class AbstractCheckpointMessagepublic boolean equals(Object o)
equals in class AbstractCheckpointMessagepublic String toString()
toString in class AbstractCheckpointMessageCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.