c
com.twitter.finatra.kafkastreams.integration.async_transformer
WordLookupThreadpoolAsyncTransformer
class WordLookupThreadpoolAsyncTransformer extends AsyncTransformer[UnKeyed, String, String, Long]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WordLookupThreadpoolAsyncTransformer
- AsyncTransformer
- AsyncFlushing
- FlushingTransformer
- Flushing
- ProcessorContextLogging
- OnFlush
- OnClose
- OnInit
- Transformer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new WordLookupThreadpoolAsyncTransformer(statsReceiver: StatsReceiver, commitInterval: Duration, expectedOnFutureSuccessCount: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addFuture(key: UnKeyed, value: String, future: Future[Iterable[(String, Long, ProcessorRecordContext)]]): Unit
- Attributes
- protected
- Definition Classes
- AsyncFlushing
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
close(): Unit
- Definition Classes
- AsyncTransformer → Transformer
-
val
commitInterval: Duration
- Definition Classes
- AsyncTransformer → Flushing
-
final
def
debug(message: ⇒ Any): Unit
- Attributes
- protected[this]
- Definition Classes
- ProcessorContextLogging
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
error(message: ⇒ Any): Unit
- Attributes
- protected[this]
- Definition Classes
- ProcessorContextLogging
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
flushTimeout: Duration
- Definition Classes
- AsyncTransformer → AsyncFlushing
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
info(message: ⇒ Any): Unit
- Attributes
- protected[this]
- Definition Classes
- ProcessorContextLogging
-
final
def
init(context: ProcessorContext): Unit
- Definition Classes
- AsyncTransformer → Transformer
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
maxOutstandingFuturesPerTask: Int
- Definition Classes
- AsyncTransformer → AsyncFlushing
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
numOutstandingFutures: Int
- Attributes
- protected
- Definition Classes
- AsyncFlushing
-
def
numOutstandingResults: Int
- Attributes
- protected
- Definition Classes
- AsyncTransformer
-
def
onClose(): Unit
- Definition Classes
- AsyncFlushing → Flushing → OnClose
-
def
onFlush(): Unit
- Definition Classes
- WordLookupThreadpoolAsyncTransformer → AsyncTransformer → AsyncFlushing → OnFlush
-
def
onFutureFailure(key: UnKeyed, value: String, t: Throwable): Unit
- Attributes
- protected
- Definition Classes
- AsyncFlushing
-
def
onFutureSuccess(key: UnKeyed, value: String, result: Iterable[(String, Long, ProcessorRecordContext)]): Unit
- Definition Classes
- WordLookupThreadpoolAsyncTransformer → AsyncTransformer → AsyncFlushing
-
def
onInit(): Unit
- Definition Classes
- Flushing → OnInit
-
def
processorContext: ProcessorContext
- Attributes
- protected
- Definition Classes
- AsyncTransformer → ProcessorContextLogging
-
def
setAsyncFailure(e: Throwable): Unit
- Attributes
- protected
- Definition Classes
- AsyncFlushing
-
val
statsReceiver: StatsReceiver
- Definition Classes
- AsyncTransformer → AsyncFlushing
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
taskIdStr: String
- Attributes
- protected
- Definition Classes
- ProcessorContextLogging
-
def
throwIfAsyncFailure(): Unit
- Attributes
- protected
- Definition Classes
- AsyncFlushing
-
final
def
timeStr: String
- Attributes
- protected
- Definition Classes
- ProcessorContextLogging
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
trace(message: ⇒ Any): Unit
- Attributes
- protected[this]
- Definition Classes
- ProcessorContextLogging
-
final
def
transform(key: UnKeyed, value: String): (String, Long)
- Definition Classes
- AsyncTransformer → Transformer
-
def
transformAsync(key: UnKeyed, value: String, recordContext: ProcessorRecordContext): Future[Iterable[(String, Long, ProcessorRecordContext)]]
- Definition Classes
- WordLookupThreadpoolAsyncTransformer → AsyncTransformer
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
warn(message: ⇒ Any): Unit
- Attributes
- protected[this]
- Definition Classes
- ProcessorContextLogging