Class

com.twitter.finatra.kafkastreams.processors

AsyncProcessor

Related Doc: package processors

Permalink

abstract class AsyncProcessor[K, V] extends AbstractProcessor[K, V] with FlushingProcessor[K, V] with AsyncFlushing[K, V, Unit, Unit]

Linear Supertypes
AsyncFlushing[K, V, Unit, Unit], FlushingProcessor[K, V], Flushing, ProcessorContextLogging, OnClose, OnInit, AbstractProcessor[K, V], Processor[K, V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncProcessor
  2. AsyncFlushing
  3. FlushingProcessor
  4. Flushing
  5. ProcessorContextLogging
  6. OnClose
  7. OnInit
  8. AbstractProcessor
  9. Processor
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncProcessor(statsReceiver: StatsReceiver, maxOutstandingFuturesPerTask: Int, commitInterval: Duration, flushTimeout: Duration)

    Permalink

Type Members

  1. implicit class RichLong extends AnyRef

    Permalink
    Definition Classes
    ProcessorContextLogging

Abstract Value Members

  1. abstract def processAsync(key: K, value: V, timestamp: MessageTimestamp): Future[Unit]

    Permalink
    Attributes
    protected

Concrete 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 addFuture(key: K, value: V, future: Future[Iterable[(Unit, Unit, MessageTimestamp)]]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncFlushing
  5. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    FlushingProcessor → AbstractProcessor → Processor
  8. val commitInterval: Duration

    Permalink
    Definition Classes
    AsyncProcessorFlushing
  9. final def context(): ProcessorContext

    Permalink
    Attributes
    protected[org.apache.kafka.streams.processor]
    Definition Classes
    AbstractProcessor
  10. final def debug(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def error(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. val flushTimeout: Duration

    Permalink
    Definition Classes
    AsyncProcessorAsyncFlushing
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def info(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging
  19. def init(processorContext: ProcessorContext): Unit

    Permalink
    Definition Classes
    FlushingProcessor → AbstractProcessor → Processor
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val maxOutstandingFuturesPerTask: Int

    Permalink
    Definition Classes
    AsyncProcessorAsyncFlushing
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def numOutstandingFutures: Int

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncFlushing
  26. def onClose(): Unit

    Permalink
    Definition Classes
    AsyncFlushingFlushingOnClose
  27. def onFlush(): Unit

    Permalink
    Definition Classes
    AsyncFlushingFlushing
  28. def onFutureFailure(key: K, value: V, t: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncFlushing
  29. def onFutureSuccess(key: K, value: V, result: Iterable[(Unit, Unit, MessageTimestamp)]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncFlushing
  30. def onInit(): Unit

    Permalink
    Definition Classes
    FlushingOnInit
  31. final def process(key: K, value: V): Unit

    Permalink
    Definition Classes
    AsyncProcessor → Processor
  32. def processorContext: ProcessorContext

    Permalink
  33. def setAsyncFailure(e: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncFlushing
  34. val statsReceiver: StatsReceiver

    Permalink
    Definition Classes
    AsyncProcessorAsyncFlushing
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. final def taskIdStr: String

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessorContextLogging
  37. def throwIfAsyncFailure(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AsyncFlushing
  38. final def timeStr: String

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessorContextLogging
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def trace(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def warn(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging

Deprecated Value Members

  1. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessorContextLogging
    Annotations
    @deprecated
    Deprecated

    Use error, warn, info, debug, or trace methods directly

Inherited from AsyncFlushing[K, V, Unit, Unit]

Inherited from FlushingProcessor[K, V]

Inherited from Flushing

Inherited from ProcessorContextLogging

Inherited from OnClose

Inherited from OnInit

Inherited from AbstractProcessor[K, V]

Inherited from Processor[K, V]

Inherited from AnyRef

Inherited from Any

Ungrouped