Uses of Class
org.apache.flink.streaming.api.datastream.BroadcastConnectedStream
Packages that use BroadcastConnectedStream
-
Uses of BroadcastConnectedStream in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return BroadcastConnectedStreamModifier and TypeMethodDescription<R> BroadcastConnectedStream<T,R> DataStream.connect(BroadcastStream<R> broadcastStream) Creates a newBroadcastConnectedStreamby connecting the currentDataStreamorKeyedStreamwith aBroadcastStream.