Package org.apache.flink.runtime.asyncprocessing.operators
-
Class Summary Class Description AbstractAsyncStateStreamOperator<OUT> This operator is an abstract class that give theAbstractStreamOperator
the ability to performAsyncStateProcessing
.AbstractAsyncStateStreamOperatorV2<OUT> This operator is an abstract class that give theAbstractStreamOperatorV2
the ability to performAsyncStateProcessing
.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.AsyncIntervalJoinOperator<K,T1,T2,OUT> Anoperator
to execute time-bounded stream inner joins.AsyncKeyedProcessOperator<K,IN,OUT> AStreamOperator
for executingKeyedProcessFunction
with async state processing.AsyncStreamFlatMap<IN,OUT> AAbstractAsyncStateStreamOperator
for executingFlatMapFunctions
.TimestampedCollectorWithDeclaredVariable<T>