Uses of Class
org.apache.flink.runtime.asyncprocessing.operators.AbstractAsyncKeyOrderedStreamOperator
-
-
Uses of AbstractAsyncKeyOrderedStreamOperator in org.apache.flink.runtime.asyncprocessing.operators
Subclasses of AbstractAsyncKeyOrderedStreamOperator in org.apache.flink.runtime.asyncprocessing.operators Modifier and Type Class Description classAbstractAsyncRunnableStreamOperator<OUT>This operator is an abstract class that give theAbstractStreamOperatorthe ability to performAsyncKeyOrderedProcessing.classAbstractAsyncStateStreamOperator<OUT>This operator is an abstract class that give theAbstractStreamOperatorthe ability to performAsyncKeyOrderedProcessing.classAbstractAsyncStateUdfStreamOperator<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.classAsyncKeyedProcessOperator<K,IN,OUT>AStreamOperatorfor executingKeyedProcessFunctionwith async state processing.classAsyncStreamFlatMap<IN,OUT>AAbstractAsyncStateStreamOperatorfor executingFlatMapFunctions. -
Uses of AbstractAsyncKeyOrderedStreamOperator in org.apache.flink.runtime.asyncprocessing.operators.co
Subclasses of AbstractAsyncKeyOrderedStreamOperator in org.apache.flink.runtime.asyncprocessing.operators.co Modifier and Type Class Description classAsyncIntervalJoinOperator<K,T1,T2,OUT>Anoperatorto execute time-bounded stream inner joins.classAsyncKeyedCoProcessOperator<K,IN1,IN2,OUT>AStreamOperatorfor executing keyedKeyedCoProcessFunction.classAsyncKeyedCoProcessOperatorWithWatermarkDelay<K,IN1,IN2,OUT>AKeyedCoProcessOperatorthat supports holding back watermarks with a static delay. -
Uses of AbstractAsyncKeyOrderedStreamOperator in org.apache.flink.runtime.asyncprocessing.operators.windowing
Subclasses of AbstractAsyncKeyOrderedStreamOperator in org.apache.flink.runtime.asyncprocessing.operators.windowing Modifier and Type Class Description classAsyncEvictingWindowOperator<K,IN,OUT,W extends Window>AAsyncWindowOperatorthat also allows anEvictorto be used.classAsyncWindowOperator<K,IN,ACC,OUT,W extends Window>An operator that implements the logic for windowing based on aWindowAssignerandAsyncTrigger. -
Uses of AbstractAsyncKeyOrderedStreamOperator in org.apache.flink.streaming.api.operators
Subclasses of AbstractAsyncKeyOrderedStreamOperator in org.apache.flink.streaming.api.operators Modifier and Type Class Description classStreamGroupedReduceAsyncStateOperator<IN>
-