Uses of Interface
org.apache.flink.streaming.runtime.operators.asyncprocessing.AsyncStateProcessingOperator
Packages that use AsyncStateProcessingOperator
Package
Description
-
Uses of AsyncStateProcessingOperator in org.apache.flink.runtime.asyncprocessing.operators
Classes in org.apache.flink.runtime.asyncprocessing.operators that implement AsyncStateProcessingOperatorModifier and TypeClassDescriptionclassThis operator is an abstract class that give theAbstractStreamOperatorthe ability to performAsyncStateProcessing.classThis operator is an abstract class that give theAbstractStreamOperatorV2the ability to performAsyncStateProcessing.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.classAsyncIntervalJoinOperator<K,T1, T2, OUT> Anoperatorto execute time-bounded stream inner joins.classAsyncKeyedProcessOperator<K,IN, OUT> AStreamOperatorfor executingKeyedProcessFunctionwith async state processing.classAsyncStreamFlatMap<IN,OUT> AAbstractAsyncStateStreamOperatorfor executingFlatMapFunctions. -
Uses of AsyncStateProcessingOperator in org.apache.flink.runtime.asyncprocessing.operators.windowing
Classes in org.apache.flink.runtime.asyncprocessing.operators.windowing that implement AsyncStateProcessingOperatorModifier and TypeClassDescriptionclassAsyncEvictingWindowOperator<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 AsyncStateProcessingOperator in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement AsyncStateProcessingOperatorModifier and TypeClassDescriptionclass -
Uses of AsyncStateProcessingOperator in org.apache.flink.streaming.runtime.operators.asyncprocessing
Methods in org.apache.flink.streaming.runtime.operators.asyncprocessing with parameters of type AsyncStateProcessingOperatorModifier and TypeMethodDescriptionstatic <T> org.apache.flink.util.function.ThrowingConsumer<StreamRecord<T>,Exception> AsyncStateProcessing.makeRecordProcessor(AsyncStateProcessingOperator 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.