Uses of Interface
org.apache.flink.datastream.api.stream.BroadcastStream
Packages that use BroadcastStream
-
Uses of BroadcastStream in org.apache.flink.datastream.api.stream
Methods in org.apache.flink.datastream.api.stream that return BroadcastStreamModifier and TypeMethodDescriptionGlobalStream.broadcast()Transform this stream to a newBroadcastStream.KeyedPartitionStream.broadcast()Transform this stream to a newBroadcastStream.NonKeyedPartitionStream.broadcast()Transform this stream to a newBroadcastStream.Methods in org.apache.flink.datastream.api.stream with parameters of type BroadcastStreamModifier and TypeMethodDescription<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.