Class AcknowledgeCheckpoint
java.lang.Object
org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
org.apache.flink.runtime.messages.checkpoint.AcknowledgeCheckpoint
- All Implemented Interfaces:
Serializable
This message is sent from the
TaskExecutor to the
JobMaster to signal that the checkpoint of an
individual task is completed.
This message may carry the handle to the task's chained operator state and the key group state.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAcknowledgeCheckpoint(org.apache.flink.api.common.JobID jobId, ExecutionAttemptID taskExecutionId, long checkpointId) AcknowledgeCheckpoint(org.apache.flink.api.common.JobID job, ExecutionAttemptID taskExecutionId, long checkpointId, CheckpointMetrics checkpointMetrics, TaskStateSnapshot subtaskState) -
Method Summary
Methods inherited from class org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
getCheckpointId, getJob, getTaskExecutionId
-
Constructor Details
-
AcknowledgeCheckpoint
public AcknowledgeCheckpoint(org.apache.flink.api.common.JobID job, ExecutionAttemptID taskExecutionId, long checkpointId, CheckpointMetrics checkpointMetrics, TaskStateSnapshot subtaskState) -
AcknowledgeCheckpoint
@VisibleForTesting public AcknowledgeCheckpoint(org.apache.flink.api.common.JobID jobId, ExecutionAttemptID taskExecutionId, long checkpointId)
-
-
Method Details
-
getSubtaskState
-
getCheckpointMetrics
-
equals
- Overrides:
equalsin classAbstractCheckpointMessage
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractCheckpointMessage
-
toString
- Overrides:
toStringin classAbstractCheckpointMessage
-