Package org.apache.flink.runtime.asyncprocessing.operators
-
Class Summary Class Description AbstractAsyncKeyOrderedStreamOperator<OUT> This operator is an abstract class that give theAbstractStreamOperator
the ability to performAsyncKeyOrderedProcessing
.AbstractAsyncRunnableStreamOperator<OUT> This operator is an abstract class that give theAbstractStreamOperator
the ability to performAsyncKeyOrderedProcessing
.AbstractAsyncStateStreamOperator<OUT> This operator is an abstract class that give theAbstractStreamOperator
the ability to performAsyncKeyOrderedProcessing
.AbstractAsyncStateStreamOperatorV2<OUT> This operator is an abstract class that give theAbstractStreamOperatorV2
the ability to performAsyncKeyOrderedProcessing
.AbstractAsyncStateUdfStreamOperator<OUT,F extends org.apache.flink.api.common.functions.Function> This is used as the base class for operators that have a user-defined function.AsyncKeyedProcessOperator<K,IN,OUT> AStreamOperator
for executingKeyedProcessFunction
with async state processing.AsyncStreamFlatMap<IN,OUT> AAbstractAsyncStateStreamOperator
for executingFlatMapFunctions
.TimestampedCollectorWithDeclaredVariable<T>