Uses of Class
org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
-
Packages that use AbstractCheckpointMessage Package Description org.apache.flink.runtime.messages.checkpoint This package contains the messages that are sent betweenJobMasterandTaskExecutorto coordinate the checkpoint snapshots of the distributed dataflow. -
-
Uses of AbstractCheckpointMessage in org.apache.flink.runtime.messages.checkpoint
Subclasses of AbstractCheckpointMessage in org.apache.flink.runtime.messages.checkpoint Modifier and Type Class Description classAcknowledgeCheckpointThis message is sent from theTaskExecutorto theJobMasterto signal that the checkpoint of an individual task is completed.classDeclineCheckpointThis message is sent from theTaskExecutorto theJobMasterto tell the checkpoint coordinator that a checkpoint request could not be heeded.
-