Uses of Interface
org.apache.flink.streaming.runtime.operators.asyncprocessing.AsyncStateProcessing
Packages that use AsyncStateProcessing
Package
Description
-
Uses of AsyncStateProcessing in org.apache.flink.runtime.asyncprocessing.operators
Classes in org.apache.flink.runtime.asyncprocessing.operators that implement AsyncStateProcessingModifier 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 AsyncStateProcessing in org.apache.flink.runtime.asyncprocessing.operators.windowing
Classes in org.apache.flink.runtime.asyncprocessing.operators.windowing that implement AsyncStateProcessingModifier 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 AsyncStateProcessing in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement AsyncStateProcessingModifier and TypeClassDescriptionclass -
Uses of AsyncStateProcessing in org.apache.flink.streaming.runtime.operators.asyncprocessing
Subinterfaces of AsyncStateProcessing in org.apache.flink.streaming.runtime.operators.asyncprocessingModifier and TypeInterfaceDescriptioninterfaceA more detailed interface based onAsyncStateProcessing, which gives the essential methods for an operator to perform async state processing.