public class AcknowledgeCheckpoint extends AbstractCheckpointMessage implements Serializable
TaskManager to the
JobManager to signal that the checkpoint of an
individual task is completed.
This message may carry the handle to the task's state.| Constructor and Description |
|---|
AcknowledgeCheckpoint(org.apache.flink.api.common.JobID job,
ExecutionAttemptID taskExecutionId,
long checkpointId) |
AcknowledgeCheckpoint(org.apache.flink.api.common.JobID job,
ExecutionAttemptID taskExecutionId,
long checkpointId,
org.apache.flink.util.SerializedValue<StateHandle<?>> state,
long stateSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.flink.util.SerializedValue<StateHandle<?>> |
getState() |
long |
getStateSize() |
String |
toString() |
getCheckpointId, getJob, getTaskExecutionId, hashCodepublic AcknowledgeCheckpoint(org.apache.flink.api.common.JobID job,
ExecutionAttemptID taskExecutionId,
long checkpointId)
public AcknowledgeCheckpoint(org.apache.flink.api.common.JobID job,
ExecutionAttemptID taskExecutionId,
long checkpointId,
org.apache.flink.util.SerializedValue<StateHandle<?>> state,
long stateSize)
public org.apache.flink.util.SerializedValue<StateHandle<?>> getState()
public long getStateSize()
public boolean equals(Object o)
equals in class AbstractCheckpointMessagepublic String toString()
toString in class AbstractCheckpointMessageCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.