Uses of Class
org.apache.flink.streaming.api.datastream.BroadcastConnectedStream
-
Packages that use BroadcastConnectedStream Package Description org.apache.flink.streaming.api.datastream -
-
Uses of BroadcastConnectedStream in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return BroadcastConnectedStream Modifier and Type Method Description <R> BroadcastConnectedStream<T,R>
DataStream. connect(BroadcastStream<R> broadcastStream)
Creates a newBroadcastConnectedStream
by connecting the currentDataStream
orKeyedStream
with aBroadcastStream
.
-