Uses of Package
org.apache.flink.runtime.messages.checkpoint
-
Packages that use org.apache.flink.runtime.messages.checkpoint Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.jobmaster org.apache.flink.runtime.messages.checkpoint This package contains the messages that are sent betweenJobMasterandTaskExecutorto coordinate the checkpoint snapshots of the distributed dataflow.org.apache.flink.runtime.scheduler org.apache.flink.runtime.scheduler.adaptive -
Classes in org.apache.flink.runtime.messages.checkpoint used by org.apache.flink.runtime.checkpoint Class Description AcknowledgeCheckpoint This message is sent from theTaskExecutorto theJobMasterto signal that the checkpoint of an individual task is completed.DeclineCheckpoint 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.jobmaster Class Description DeclineCheckpoint 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.messages.checkpoint Class Description AbstractCheckpointMessage The base class of all checkpoint messages.SerializedCheckpointException 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.scheduler Class Description DeclineCheckpoint 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.scheduler.adaptive Class Description DeclineCheckpoint This message is sent from theTaskExecutorto theJobMasterto tell the checkpoint coordinator that a checkpoint request could not be heeded.