Class DeclineCheckpoint

java.lang.Object
org.apache.flink.runtime.messages.checkpoint.AbstractCheckpointMessage
org.apache.flink.runtime.messages.checkpoint.DeclineCheckpoint
All Implemented Interfaces:
Serializable

public class DeclineCheckpoint extends AbstractCheckpointMessage implements Serializable
This message is sent from the TaskExecutor to the JobMaster to tell the checkpoint coordinator that a checkpoint request could not be heeded. This can happen if a Task is already in RUNNING state but is internally not yet ready to perform checkpoints.
See Also:
  • Constructor Details

  • Method Details