Uses of Class
org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
Packages that use AbstractCheckpointMessage
Package
Description
This package contains the messages that are sent between
JobMaster and TaskExecutor to 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.checkpointModifier and TypeClassDescriptionclassThis message is sent from theTaskExecutorto theJobMasterto signal that the checkpoint of an individual task is completed.classThis message is sent from theTaskExecutorto theJobMasterto tell the checkpoint coordinator that a checkpoint request could not be heeded.