Uses of Class
org.apache.flink.streaming.api.functions.co.BroadcastProcessFunction
-
Packages that use BroadcastProcessFunction Package Description org.apache.flink.streaming.api.datastream org.apache.flink.streaming.api.operators.co org.apache.flink.streaming.api.transformations -
-
Uses of BroadcastProcessFunction in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type BroadcastProcessFunction Modifier and Type Method Description <OUT> SingleOutputStreamOperator<OUT>BroadcastConnectedStream. process(BroadcastProcessFunction<IN1,IN2,OUT> function)Assumes as inputs aBroadcastStreamand a non-keyedDataStreamand applies the givenBroadcastProcessFunctionon them, thereby creating a transformed output stream.<OUT> SingleOutputStreamOperator<OUT>BroadcastConnectedStream. process(BroadcastProcessFunction<IN1,IN2,OUT> function, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outTypeInfo)Assumes as inputs aBroadcastStreamand a non-keyedDataStreamand applies the givenBroadcastProcessFunctionon them, thereby creating a transformed output stream. -
Uses of BroadcastProcessFunction in org.apache.flink.streaming.api.operators.co
Constructors in org.apache.flink.streaming.api.operators.co with parameters of type BroadcastProcessFunction Constructor Description BatchCoBroadcastWithNonKeyedOperator(BroadcastProcessFunction<IN1,IN2,OUT> function, List<org.apache.flink.api.common.state.MapStateDescriptor<?,?>> broadcastStateDescriptors)CoBroadcastWithNonKeyedOperator(BroadcastProcessFunction<IN1,IN2,OUT> function, List<org.apache.flink.api.common.state.MapStateDescriptor<?,?>> broadcastStateDescriptors) -
Uses of BroadcastProcessFunction in org.apache.flink.streaming.api.transformations
Methods in org.apache.flink.streaming.api.transformations that return BroadcastProcessFunction Modifier and Type Method Description BroadcastProcessFunction<IN1,IN2,OUT>BroadcastStateTransformation. getUserFunction()Constructors in org.apache.flink.streaming.api.transformations with parameters of type BroadcastProcessFunction Constructor Description BroadcastStateTransformation(String name, org.apache.flink.api.dag.Transformation<IN1> inputStream, org.apache.flink.api.dag.Transformation<IN2> broadcastStream, BroadcastProcessFunction<IN1,IN2,OUT> userFunction, List<org.apache.flink.api.common.state.MapStateDescriptor<?,?>> broadcastStateDescriptors, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outTypeInfo, int parallelism, boolean parallelismConfigured)
-