Uses of Interface
org.apache.flink.streaming.api.functions.co.CoMapFunction
Packages that use CoMapFunction
Package
Description
-
Uses of CoMapFunction in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type CoMapFunctionModifier and TypeMethodDescription<R> SingleOutputStreamOperator<R>ConnectedStreams.map(CoMapFunction<IN1, IN2, R> coMapper) Applies a CoMap transformation on aConnectedStreamsand maps the output to a common type.<R> SingleOutputStreamOperator<R>ConnectedStreams.map(CoMapFunction<IN1, IN2, R> coMapper, org.apache.flink.api.common.typeinfo.TypeInformation<R> outputType) Applies a CoMap transformation on aConnectedStreamsand maps the output to a common type. -
Uses of CoMapFunction in org.apache.flink.streaming.api.operators.co
Constructors in org.apache.flink.streaming.api.operators.co with parameters of type CoMapFunction