Uses of Class
org.apache.flink.streaming.api.functions.co.CoProcessFunction
-
Packages that use CoProcessFunction Package Description org.apache.flink.streaming.api.datastream org.apache.flink.streaming.api.operators.co -
-
Uses of CoProcessFunction in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type CoProcessFunction Modifier and Type Method Description <R> SingleOutputStreamOperator<R>ConnectedStreams. process(CoProcessFunction<IN1,IN2,R> coProcessFunction)Applies the givenCoProcessFunctionon the connected input streams, thereby creating a transformed output stream.<R> SingleOutputStreamOperator<R>ConnectedStreams. process(CoProcessFunction<IN1,IN2,R> coProcessFunction, org.apache.flink.api.common.typeinfo.TypeInformation<R> outputType)Applies the givenCoProcessFunctionon the connected input streams, thereby creating a transformed output stream. -
Uses of CoProcessFunction in org.apache.flink.streaming.api.operators.co
Constructors in org.apache.flink.streaming.api.operators.co with parameters of type CoProcessFunction Constructor Description CoProcessOperator(CoProcessFunction<IN1,IN2,OUT> flatMapper)LegacyKeyedCoProcessOperator(CoProcessFunction<IN1,IN2,OUT> flatMapper)Deprecated.
-