Uses of Enum
org.apache.flink.runtime.checkpoint.CheckpointFailureReason
Packages that use CheckpointFailureReason
Package
Description
This package contains the messages that are sent between
JobMaster and TaskExecutor to coordinate the checkpoint snapshots of the
distributed dataflow.-
Uses of CheckpointFailureReason in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return CheckpointFailureReasonModifier and TypeMethodDescriptionCheckpointException.getCheckpointFailureReason()static CheckpointFailureReasonReturns the enum constant of this type with the specified name.static CheckpointFailureReason[]CheckpointFailureReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.checkpoint with parameters of type CheckpointFailureReasonModifier and TypeMethodDescriptionvoidPendingCheckpoint.abort(CheckpointFailureReason reason, Throwable cause, CheckpointsCleaner checkpointsCleaner, Runnable postCleanup, Executor executor, CheckpointStatsTracker statsTracker) Aborts a checkpoint with reason and cause.Constructors in org.apache.flink.runtime.checkpoint with parameters of type CheckpointFailureReasonModifierConstructorDescriptionCheckpointException(String message, CheckpointFailureReason failureReason) CheckpointException(String message, CheckpointFailureReason failureReason, Throwable cause) CheckpointException(CheckpointFailureReason failureReason) CheckpointException(CheckpointFailureReason failureReason, Throwable cause) -
Uses of CheckpointFailureReason in org.apache.flink.runtime.messages.checkpoint
Methods in org.apache.flink.runtime.messages.checkpoint that return CheckpointFailureReason