Class AcknowledgeCheckpoint

java.lang.Object
org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
org.apache.flink.runtime.messages.checkpoint.AcknowledgeCheckpoint
All Implemented Interfaces:
Serializable

public class AcknowledgeCheckpoint extends AbstractCheckpointMessage
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: