Package org.apache.flink.runtime.asyncprocessing.operators
-
Class Summary Class Description AbstractAsyncStateStreamOperator<OUT> This operator is an abstract class that give theAbstractStreamOperator
the ability to performAsyncStateProcessing
.AbstractAsyncStateStreamOperatorV2<OUT> This operator is an abstract class that give theAbstractStreamOperatorV2
the ability to performAsyncStateProcessing
.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.