Uses of Interface
org.apache.flink.datastream.api.stream.BroadcastStream
-
Packages that use BroadcastStream Package Description org.apache.flink.datastream.api.stream -
-
Uses of BroadcastStream in org.apache.flink.datastream.api.stream
Methods in org.apache.flink.datastream.api.stream that return BroadcastStream Modifier and Type Method Description BroadcastStream<T>GlobalStream. broadcast()Transform this stream to a newBroadcastStream.BroadcastStream<T>KeyedPartitionStream. broadcast()Transform this stream to a newBroadcastStream.BroadcastStream<T>NonKeyedPartitionStream. broadcast()Transform this stream to a newBroadcastStream.Methods in org.apache.flink.datastream.api.stream with parameters of type BroadcastStream Modifier and Type Method Description <T_OTHER,OUT>
NonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream<OUT>KeyedPartitionStream. connectAndProcess(BroadcastStream<T_OTHER> other, TwoInputBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction)Apply a two input operation to this and otherBroadcastStream.<T_OTHER,OUT>
KeyedPartitionStream.ProcessConfigurableAndKeyedPartitionStream<K,OUT>KeyedPartitionStream. connectAndProcess(BroadcastStream<T_OTHER> other, TwoInputBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction, org.apache.flink.api.java.functions.KeySelector<OUT,K> newKeySelector)Apply a two input operation to this and otherBroadcastStream.<T_OTHER,OUT>
NonKeyedPartitionStream.ProcessConfigurableAndNonKeyedPartitionStream<OUT>NonKeyedPartitionStream. connectAndProcess(BroadcastStream<T_OTHER> other, TwoInputBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction)Apply a two input operation to this and otherBroadcastStream.
-