Class/Object

pl.touk.nussknacker.engine.flink.util.exception

ConfigurableExceptionHandler

Related Docs: object ConfigurableExceptionHandler | package exception

Permalink

class ConfigurableExceptionHandler extends FlinkEspExceptionHandler with ConsumingNonTransientExceptions

Linear Supertypes
ConsumingNonTransientExceptions, LazyLoggingWithTraces, LazyLogging, FlinkEspExceptionHandler, RuntimeContextLifecycle, EspExceptionHandler, Lifecycle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigurableExceptionHandler
  2. ConsumingNonTransientExceptions
  3. LazyLoggingWithTraces
  4. LazyLogging
  5. FlinkEspExceptionHandler
  6. RuntimeContextLifecycle
  7. EspExceptionHandler
  8. Lifecycle
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConfigurableExceptionHandler(metaData: MetaData, processObjectDependencies: ProcessObjectDependencies, classLoader: ClassLoader)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def close(): Unit

    Permalink
  7. val consumer: FlinkEspExceptionConsumer

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigurableExceptionHandlerConsumingNonTransientExceptions
  8. final def defaultHandleException(exceptionInfo: EspExceptionInfo[_ <: Throwable]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ConsumingNonTransientExceptions
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def errorWithDebugStack(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    LazyLoggingWithTraces
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def handle(exceptionInfo: EspExceptionInfo[_ <: Throwable]): Unit

    Permalink
  14. def handling[T](nodeId: Option[String], context: Context)(action: ⇒ T): Option[T]

    Permalink
    Definition Classes
    EspExceptionHandler
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def infoWithDebugStack(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    LazyLoggingWithTraces
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. val nonTransientExceptionExtractor: ExceptionExtractor[NonTransientException]

    Permalink
    Attributes
    protected
    Definition Classes
    ConsumingNonTransientExceptions
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def open(runtimeContext: RuntimeContext): Unit

    Permalink
  24. def open(jobData: JobData): Unit

    Permalink
    Definition Classes
    Lifecycle
  25. def restartStrategy: RestartStrategyConfiguration

    Permalink
    Definition Classes
    ConfigurableExceptionHandler → FlinkEspExceptionHandler
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. val transientExceptionExtractor: ExceptionExtractor[Exception]

    Permalink
    Attributes
    protected
    Definition Classes
    ConsumingNonTransientExceptions
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def warnWithDebugStack(msg: ⇒ String, ex: Throwable): Unit

    Permalink
    Definition Classes
    LazyLoggingWithTraces

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LazyLoggingWithTraces

Inherited from LazyLogging

Inherited from FlinkEspExceptionHandler

Inherited from RuntimeContextLifecycle

Inherited from EspExceptionHandler

Inherited from Lifecycle

Inherited from AnyRef

Inherited from Any

Ungrouped