Uses of Package
org.apache.flink.runtime.messages.checkpoint
Packages that use org.apache.flink.runtime.messages.checkpoint
Package
Description
This package contains the messages that are sent between
JobMaster and TaskExecutor to coordinate the checkpoint snapshots of the
distributed dataflow.-
Classes in org.apache.flink.runtime.messages.checkpoint used by org.apache.flink.runtime.checkpointClassDescriptionThis 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. -
Classes in org.apache.flink.runtime.messages.checkpoint used by org.apache.flink.runtime.jobmasterClassDescriptionThis message is sent from the
TaskExecutorto theJobMasterto tell the checkpoint coordinator that a checkpoint request could not be heeded. -
Classes in org.apache.flink.runtime.messages.checkpoint used by org.apache.flink.runtime.messages.checkpointClassDescriptionThe base class of all checkpoint messages.Serialized checkpoint exception which wraps the checkpoint failure reason and its serialized throwable.
-
Classes in org.apache.flink.runtime.messages.checkpoint used by org.apache.flink.runtime.schedulerClassDescriptionThis message is sent from the
TaskExecutorto theJobMasterto tell the checkpoint coordinator that a checkpoint request could not be heeded. -
Classes in org.apache.flink.runtime.messages.checkpoint used by org.apache.flink.runtime.scheduler.adaptiveClassDescriptionThis message is sent from the
TaskExecutorto theJobMasterto tell the checkpoint coordinator that a checkpoint request could not be heeded.