Packages

class WordLengthFinatraTransformer extends FinatraTransformer[String, String, String, String] with PersistentTimers

Linear Supertypes
PersistentTimers, FinatraTransformer[String, String, String, String], ProcessorContextLogging, OnFlush, OnClose, OnWatermark, OnInit, Transformer[String, String, (String, String)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WordLengthFinatraTransformer
  2. PersistentTimers
  3. FinatraTransformer
  4. ProcessorContextLogging
  5. OnFlush
  6. OnClose
  7. OnWatermark
  8. OnInit
  9. Transformer
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WordLengthFinatraTransformer(statsReceiver: StatsReceiver, timerStoreName: String)

Type Members

  1. implicit class RichLong extends AnyRef
    Definition Classes
    ProcessorContextLogging

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def close(): Unit
    Definition Classes
    FinatraTransformer → Transformer
  7. final def debug(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def error(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val finatraKeyValueStoresMap: Map[StoreName, FinatraKeyValueStore[_, _]]
    Attributes
    protected[kafkastreams]
    Definition Classes
    FinatraTransformer
  13. final def forward(key: String, value: String, timestamp: Long): Unit
    Attributes
    protected
    Definition Classes
    FinatraTransformer
  14. final def forward(key: String, value: String): Unit
    Attributes
    protected
    Definition Classes
    FinatraTransformer
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def getKeyValueStore[KK, VV](name: String)(implicit arg0: ClassTag[KK]): FinatraKeyValueStore[KK, VV]
    Attributes
    protected
    Definition Classes
    FinatraTransformer
  17. def getPersistentTimerStore[TimerKey](timerStoreName: String, onTimer: (Time, TimerMetadata, TimerKey) ⇒ Unit, punctuationType: PunctuationType, maxTimerFiresPerWatermark: Int): PersistentTimerStore[TimerKey]
    Attributes
    protected
    Definition Classes
    PersistentTimers
  18. def getPersistentTimerValueStore[TimerKey, TimerValue](timerStoreName: String, onTimer: (Time, TimerMetadata, TimerKey, TimerValue) ⇒ Unit, punctuationType: PunctuationType, maxTimerFiresPerWatermark: Int): PersistentTimerValueStore[TimerKey, TimerValue]
    Attributes
    protected
    Definition Classes
    PersistentTimers
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def info(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging
  21. final def init(processorContext: ProcessorContext): Unit
    Definition Classes
    FinatraTransformer → Transformer
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def onClose(): Unit
    Attributes
    protected
    Definition Classes
    OnClose
  27. def onFlush(): Unit
    Definition Classes
    FinatraTransformer → OnFlush
  28. def onInit(): Unit
    Definition Classes
    PersistentTimers → OnInit
  29. def onMessage(messageTime: Time, key: String, value: String): Unit
    Definition Classes
    WordLengthFinatraTransformer → FinatraTransformer
  30. final def onWatermark(watermark: Watermark): Unit
    Definition Classes
    PersistentTimers → OnWatermark
  31. def processorContext: ProcessorContext
    Attributes
    protected
    Definition Classes
    FinatraTransformer → ProcessorContextLogging
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. final def taskIdStr: String
    Attributes
    protected
    Definition Classes
    ProcessorContextLogging
  34. final def timeStr: String
    Attributes
    protected
    Definition Classes
    ProcessorContextLogging
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def trace(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging
  37. final def transform(k: String, v: String): (String, String)
    Definition Classes
    FinatraTransformer → Transformer
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def warn(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging
  42. final def watermark: Watermark
    Attributes
    protected[finatra]
    Definition Classes
    FinatraTransformer

Inherited from PersistentTimers

Inherited from FinatraTransformer[String, String, String, String]

Inherited from ProcessorContextLogging

Inherited from OnFlush

Inherited from OnClose

Inherited from OnWatermark

Inherited from OnInit

Inherited from Transformer[String, String, (String, String)]

Inherited from AnyRef

Inherited from Any

Ungrouped