Uses of Class
org.apache.flink.streaming.api.functions.co.CoProcessFunction
Packages that use CoProcessFunction
Package
Description
-
Uses of CoProcessFunction in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type CoProcessFunctionModifier and TypeMethodDescription<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 CoProcessFunctionModifierConstructorDescriptionCoProcessOperator(CoProcessFunction<IN1, IN2, OUT> flatMapper) LegacyKeyedCoProcessOperator(CoProcessFunction<IN1, IN2, OUT> flatMapper) Deprecated.