Uses of Interface
org.apache.flink.streaming.runtime.operators.asyncprocessing.AsyncStateProcessingOperator
-
Packages that use AsyncStateProcessingOperator Package Description org.apache.flink.runtime.asyncprocessing.operators org.apache.flink.streaming.runtime.operators.asyncprocessing -
-
Uses of AsyncStateProcessingOperator in org.apache.flink.runtime.asyncprocessing.operators
Classes in org.apache.flink.runtime.asyncprocessing.operators that implement AsyncStateProcessingOperator Modifier and Type Class Description classAbstractAsyncStateStreamOperator<OUT>This operator is an abstract class that give theAbstractStreamOperatorthe ability to performAsyncStateProcessing.classAbstractAsyncStateStreamOperatorV2<OUT>This 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. -
Uses of AsyncStateProcessingOperator in org.apache.flink.streaming.runtime.operators.asyncprocessing
Methods in org.apache.flink.streaming.runtime.operators.asyncprocessing with parameters of type AsyncStateProcessingOperator Modifier and Type Method Description static <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.
-