Uses of Class
org.apache.flink.streaming.api.functions.co.KeyedCoProcessFunction
Packages that use KeyedCoProcessFunction
Package
Description
-
Uses of KeyedCoProcessFunction in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type KeyedCoProcessFunctionModifier and TypeMethodDescription<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 KeyedCoProcessFunctionModifierConstructorDescriptionKeyedCoProcessOperator(KeyedCoProcessFunction<K, IN1, IN2, OUT> keyedCoProcessFunction)