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