Uses of Interface
org.apache.flink.streaming.runtime.operators.asyncprocessing.AsyncKeyOrderedProcessingOperator
-
-
Uses of AsyncKeyOrderedProcessingOperator in org.apache.flink.runtime.asyncprocessing.operators
Classes in org.apache.flink.runtime.asyncprocessing.operators that implement AsyncKeyOrderedProcessingOperator Modifier and Type Class Description classAbstractAsyncKeyOrderedStreamOperator<OUT>This operator is an abstract class that give theAbstractStreamOperatorthe ability to performAsyncKeyOrderedProcessing.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.classAbstractAsyncStateStreamOperatorV2<OUT>This operator is an abstract class that give theAbstractStreamOperatorV2the 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 AsyncKeyOrderedProcessingOperator in org.apache.flink.runtime.asyncprocessing.operators.co
Classes in org.apache.flink.runtime.asyncprocessing.operators.co that implement AsyncKeyOrderedProcessingOperator 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 AsyncKeyOrderedProcessingOperator in org.apache.flink.runtime.asyncprocessing.operators.windowing
Classes in org.apache.flink.runtime.asyncprocessing.operators.windowing that implement AsyncKeyOrderedProcessingOperator 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 AsyncKeyOrderedProcessingOperator in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement AsyncKeyOrderedProcessingOperator Modifier and Type Class Description classStreamGroupedReduceAsyncStateOperator<IN> -
Uses of AsyncKeyOrderedProcessingOperator in org.apache.flink.streaming.runtime.operators.asyncprocessing
Methods in org.apache.flink.streaming.runtime.operators.asyncprocessing with parameters of type AsyncKeyOrderedProcessingOperator Modifier and Type Method Description static <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception>AsyncKeyOrderedProcessing. makeRecordProcessor(AsyncKeyOrderedProcessingOperator asyncOperator, org.apache.flink.api.java.functions.KeySelector<T,?> keySelector, org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception> processor)Static method helper to make a record processor with given infos.
-