Uses of Class
org.apache.flink.runtime.throwable.ThrowableAnnotation
-
Packages that use ThrowableAnnotation Package Description org.apache.flink.runtime.execution org.apache.flink.runtime.scheduler org.apache.flink.runtime.scheduler.stopwithsavepoint -
-
Uses of ThrowableAnnotation in org.apache.flink.runtime.execution
Classes in org.apache.flink.runtime.execution with annotations of type ThrowableAnnotation Modifier and Type Class Description class
SuppressRestartsException
Exception thrown in order to suppress job restarts. -
Uses of ThrowableAnnotation in org.apache.flink.runtime.scheduler
Classes in org.apache.flink.runtime.scheduler with annotations of type ThrowableAnnotation Modifier and Type Class Description class
ClusterDatasetCorruptedException
Indicates some task fail to consume cluster dataset. -
Uses of ThrowableAnnotation in org.apache.flink.runtime.scheduler.stopwithsavepoint
Classes in org.apache.flink.runtime.scheduler.stopwithsavepoint with annotations of type ThrowableAnnotation Modifier and Type Class Description class
StopWithSavepointStoppingException
Exception thrown when a savepoint has been created successfully when stopping with savepoint, but the job has not finished.
-