Package

pl.touk.nussknacker.engine.flink.util

exception

Permalink

package exception

Visibility
  1. Public
  2. All

Type Members

  1. case class BrieflyLoggingExceptionConsumer(processMetaData: MetaData, params: Map[String, String] = Map.empty) extends FlinkEspExceptionConsumer with LazyLoggingWithTraces with Product with Serializable

    Permalink
  2. class BrieflyLoggingExceptionConsumerProvider extends FlinkEspExceptionConsumerProvider

    Permalink
  3. class ConfigurableExceptionHandler extends FlinkEspExceptionHandler with ConsumingNonTransientExceptions

    Permalink
  4. trait ConsumingNonTransientExceptions extends LazyLoggingWithTraces

    Permalink
  5. class RateMeterExceptionConsumer extends FlinkEspExceptionConsumer with GenericRateMeterExceptionConsumer

    Permalink
  6. case class VerboselyLoggingExceptionConsumer(processMetaData: MetaData, params: Map[String, String] = Map.empty) extends FlinkEspExceptionConsumer with LazyLogging with Product with Serializable

    Permalink
  7. class VerboselyLoggingExceptionConsumerProvider extends FlinkEspExceptionConsumerProvider

    Permalink
  8. case class BrieflyLoggingExceptionHandler(processMetaData: MetaData, params: Map[String, String] = Map.empty) extends FlinkEspExceptionHandler with ConsumingNonTransientExceptions with NotRestartingProcesses with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) use ConfigurableExceptionHandlerFactory

  9. case class BrieflyLoggingRestartingExceptionHandler(processMetaData: MetaData, config: Config, params: Map[String, String] = Map.empty) extends FlinkEspExceptionHandler with ConsumingNonTransientExceptions with RestartingProcessAfterDelay with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) use ConfigurableExceptionHandlerFactory

  10. trait NotRestartingProcesses extends AnyRef

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) use ConfigurableExceptionHandlerFactory

  11. trait RestartingProcessAfterDelay extends AnyRef

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) use ConfigurableExceptionHandlerFactory

  12. case class VerboselyLoggingExceptionHandler(processMetaData: MetaData, params: Map[String, String] = Map.empty) extends FlinkEspExceptionHandler with ConsumingNonTransientExceptions with NotRestartingProcesses with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) use ConfigurableExceptionHandlerFactory

  13. case class VerboselyLoggingRestartingExceptionHandler(processMetaData: MetaData, config: Config, params: Map[String, String] = Map.empty) extends FlinkEspExceptionHandler with RestartingProcessAfterDelay with ConsumingNonTransientExceptions with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) use ConfigurableExceptionHandlerFactory

Ungrouped