Package org.apache.flink.runtime.asyncprocessing.operators
-
Class Summary Class Description AbstractAsyncStateStreamOperator<OUT> This operator is an abstract class that give theAbstractStreamOperatorthe ability to performAsyncStateProcessing.AbstractAsyncStateStreamOperatorV2<OUT> This operator is an abstract class that give theAbstractStreamOperatorV2the 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> Anoperatorto execute time-bounded stream inner joins.AsyncKeyedProcessOperator<K,IN,OUT> AStreamOperatorfor executingKeyedProcessFunctionwith async state processing.AsyncStreamFlatMap<IN,OUT> AAbstractAsyncStateStreamOperatorfor executingFlatMapFunctions.TimestampedCollectorWithDeclaredVariable<T>