public class TriggerCheckpoint extends AbstractCheckpointMessage implements Serializable
JobManager
to the
TaskManager
to tell a certain task to trigger its
checkpoint.Constructor and Description |
---|
TriggerCheckpoint(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, getTaskExecutionId
public TriggerCheckpoint(JobID job, ExecutionAttemptID taskExecutionId, long checkpointId, long timestamp, CheckpointOptions checkpointOptions)
public long getTimestamp()
public CheckpointOptions getCheckpointOptions()
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–2018 The Apache Software Foundation. All rights reserved.