Uses of Class
org.apache.flink.streaming.api.functions.co.KeyedCoProcessFunction
-
Packages that use KeyedCoProcessFunction Package Description org.apache.flink.streaming.api.datastream org.apache.flink.streaming.api.operators.co -
-
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)
-