Package org.apache.flink.runtime.messages.checkpoint
package org.apache.flink.runtime.messages.checkpoint
This package contains the messages that are sent between
JobMaster and TaskExecutor to coordinate the checkpoint snapshots of the
distributed dataflow.-
ClassesClassDescriptionThe base class of all checkpoint messages.This message is sent from the
TaskExecutorto theJobMasterto signal that the checkpoint of an individual task is completed.This message is sent from theTaskExecutorto theJobMasterto tell the checkpoint coordinator that a checkpoint request could not be heeded.Serialized checkpoint exception which wraps the checkpoint failure reason and its serialized throwable.