Uses of Class
org.apache.flink.runtime.messages.checkpoint.SerializedCheckpointException
-
Packages that use SerializedCheckpointException Package Description org.apache.flink.runtime.messages.checkpoint This package contains the messages that are sent betweenJobMaster
andTaskExecutor
to coordinate the checkpoint snapshots of the distributed dataflow. -
-
Uses of SerializedCheckpointException in org.apache.flink.runtime.messages.checkpoint
Methods in org.apache.flink.runtime.messages.checkpoint that return SerializedCheckpointException Modifier and Type Method Description SerializedCheckpointException
DeclineCheckpoint. getSerializedCheckpointException()
Gets the reason why the checkpoint was declined.
-