Package org.apache.flink.runtime.asyncprocessing.operators
-
Class Summary Class Description AbstractAsyncKeyOrderedStreamOperator<OUT> This operator is an abstract class that give theAbstractStreamOperatorthe ability to performAsyncKeyOrderedProcessing.AbstractAsyncRunnableStreamOperator<OUT> This operator is an abstract class that give theAbstractStreamOperatorthe ability to performAsyncKeyOrderedProcessing.AbstractAsyncStateStreamOperator<OUT> This operator is an abstract class that give theAbstractStreamOperatorthe ability to performAsyncKeyOrderedProcessing.AbstractAsyncStateStreamOperatorV2<OUT> This operator is an abstract class that give theAbstractStreamOperatorV2the 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> AStreamOperatorfor executingKeyedProcessFunctionwith async state processing.AsyncStreamFlatMap<IN,OUT> AAbstractAsyncStateStreamOperatorfor executingFlatMapFunctions.TimestampedCollectorWithDeclaredVariable<T>