Uses of Class
org.apache.flink.streaming.api.functions.co.KeyedCoProcessFunction
-
-
Uses of KeyedCoProcessFunction in org.apache.flink.runtime.asyncprocessing.functions
Subclasses of KeyedCoProcessFunction in org.apache.flink.runtime.asyncprocessing.functions Modifier and Type Class Description classDeclaringAsyncKeyedCoProcessFunction<K,IN1,IN2,OUT>A function that processes elements of two keyed streams and produces a single output stream. -
Uses of KeyedCoProcessFunction in org.apache.flink.runtime.asyncprocessing.operators.co
Constructors in org.apache.flink.runtime.asyncprocessing.operators.co with parameters of type KeyedCoProcessFunction Constructor Description AsyncKeyedCoProcessOperator(KeyedCoProcessFunction<K,IN1,IN2,OUT> keyedCoProcessFunction)AsyncKeyedCoProcessOperatorWithWatermarkDelay(KeyedCoProcessFunction<K,IN1,IN2,OUT> keyedCoProcessFunction, long watermarkDelay) -
Uses of KeyedCoProcessFunction in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type KeyedCoProcessFunction Modifier and Type Method Description <K,R>
SingleOutputStreamOperator<R>ConnectedStreams. process(KeyedCoProcessFunction<K,IN1,IN2,R> keyedCoProcessFunction)Applies the givenKeyedCoProcessFunctionon the connected input keyed streams, thereby creating a transformed output stream.<K,R>
SingleOutputStreamOperator<R>ConnectedStreams. process(KeyedCoProcessFunction<K,IN1,IN2,R> keyedCoProcessFunction, org.apache.flink.api.common.typeinfo.TypeInformation<R> outputType)Applies the givenKeyedCoProcessFunctionon the connected input streams, thereby creating a transformed output stream. -
Uses of KeyedCoProcessFunction in org.apache.flink.streaming.api.operators.co
Constructors in org.apache.flink.streaming.api.operators.co with parameters of type KeyedCoProcessFunction Constructor Description KeyedCoProcessOperator(KeyedCoProcessFunction<K,IN1,IN2,OUT> keyedCoProcessFunction)
-