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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val finatraKeyValueStoresMap: Map[StoreName, FinatraKeyValueStore[_, _]]
    Attributes
    protected[com.twitter.finatra.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 hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def info(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging
  20. final def init(processorContext: ProcessorContext): Unit
    Definition Classes
    FinatraTransformer → Transformer
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def onClose(): Unit
    Attributes
    protected
    Definition Classes
    OnClose
  26. def onFlush(): Unit
    Definition Classes
    FinatraTransformer → OnFlush
  27. def onInit(): Unit
    Definition Classes
    PersistentTimers → OnInit
  28. def onMessage(messageTime: Time, key: String, value: String): Unit
    Definition Classes
    WordLengthFinatraTransformer → FinatraTransformer
  29. final def onWatermark(watermark: Watermark): Unit
    Definition Classes
    PersistentTimers → OnWatermark
  30. def processorContext: ProcessorContext
    Attributes
    protected
    Definition Classes
    FinatraTransformer → ProcessorContextLogging
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. final def taskIdStr: String
    Attributes
    protected
    Definition Classes
    ProcessorContextLogging
  33. final def timeStr: String
    Attributes
    protected
    Definition Classes
    ProcessorContextLogging
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def trace(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging
  36. final def transform(k: String, v: String): (String, String)
    Definition Classes
    FinatraTransformer → Transformer
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. final def warn(message: ⇒ Any): Unit
    Attributes
    protected[this]
    Definition Classes
    ProcessorContextLogging
  41. final def watermark: Watermark
    Attributes
    protected[com.twitter.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