Uses of Class
org.apache.flink.connector.base.sink.throwable.FatalExceptionClassifier
Packages that use FatalExceptionClassifier
Package
Description
-
Uses of FatalExceptionClassifier in org.apache.flink.connector.base.sink.throwable
Methods in org.apache.flink.connector.base.sink.throwable that return FatalExceptionClassifierModifier and TypeMethodDescriptionstatic FatalExceptionClassifierFatalExceptionClassifier.createChain(FatalExceptionClassifier... classifiers) static FatalExceptionClassifierFatalExceptionClassifier.withRootCauseOfType(Class<? extends Throwable> type, Function<Throwable, Exception> mapper) Methods in org.apache.flink.connector.base.sink.throwable with parameters of type FatalExceptionClassifierModifier and TypeMethodDescriptionstatic FatalExceptionClassifierFatalExceptionClassifier.createChain(FatalExceptionClassifier... classifiers) -
Uses of FatalExceptionClassifier in org.apache.flink.connector.base.sink.writer
Methods in org.apache.flink.connector.base.sink.writer that return FatalExceptionClassifierModifier and TypeMethodDescriptionstatic FatalExceptionClassifierAsyncSinkFatalExceptionClassifiers.getInterruptedExceptionClassifier()