Class

pl.touk.nussknacker.engine.flink.test

RecordingExceptionHandler

Related Doc: package test

Permalink

class RecordingExceptionHandler extends FlinkEspExceptionHandler with ConsumingNonTransientExceptions with WithDataList[EspExceptionInfo[_ <: Throwable]]

Linear Supertypes
WithDataList[EspExceptionInfo[_ <: Throwable]], Serializable, Serializable, ConsumingNonTransientExceptions, LazyLoggingWithTraces, LazyLogging, FlinkEspExceptionHandler, RuntimeContextLifecycle, EspExceptionHandler, Lifecycle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RecordingExceptionHandler
  2. WithDataList
  3. Serializable
  4. Serializable
  5. ConsumingNonTransientExceptions
  6. LazyLoggingWithTraces
  7. LazyLogging
  8. FlinkEspExceptionHandler
  9. RuntimeContextLifecycle
  10. EspExceptionHandler
  11. Lifecycle
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RecordingExceptionHandler()

    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. def add(element: EspExceptionInfo[_ <: Throwable]): Unit

    Permalink
    Definition Classes
    WithDataList
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clear(): Unit

    Permalink
    Definition Classes
    WithDataList
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ConsumingNonTransientExceptions
  9. val consumer: FlinkEspExceptionConsumer

    Permalink
    Attributes
    protected
    Definition Classes
    RecordingExceptionHandler → ConsumingNonTransientExceptions
  10. def data: List[EspExceptionInfo[_ <: Throwable]]

    Permalink
    Definition Classes
    WithDataList
  11. final def defaultHandleException(exceptionInfo: EspExceptionInfo[_ <: Throwable]): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    ConsumingNonTransientExceptions
  17. def handling[T](nodeId: Option[String], context: Context)(action: ⇒ T): Option[T]

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

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

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

    Permalink
    Definition Classes
    Any
  21. lazy val logger: Logger

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

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

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

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

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

    Permalink
    Definition Classes
    ConsumingNonTransientExceptions
  27. def open(jobData: JobData): Unit

    Permalink
    Definition Classes
    Lifecycle
  28. def restartStrategy: RestartStrategyConfiguration

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. 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 WithDataList[EspExceptionInfo[_ <: Throwable]]

Inherited from Serializable

Inherited from Serializable

Inherited from ConsumingNonTransientExceptions

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