| Package | Description |
|---|---|
| org.apache.flink.datastream.api.stream |
| Modifier and Type | Method and Description |
|---|---|
BroadcastStream<T> |
NonKeyedPartitionStream.broadcast()
Transform this stream to a new
BroadcastStream. |
BroadcastStream<T> |
GlobalStream.broadcast()
Transform this stream to a new
BroadcastStream. |
BroadcastStream<T> |
KeyedPartitionStream.broadcast()
Transform this stream to a new
BroadcastStream. |
| Modifier and Type | Method and Description |
|---|---|
<T_OTHER,OUT> |
NonKeyedPartitionStream.connectAndProcess(BroadcastStream<T_OTHER> other,
TwoInputBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction)
Apply a two input operation to this and other
BroadcastStream. |
<T_OTHER,OUT> |
KeyedPartitionStream.connectAndProcess(BroadcastStream<T_OTHER> other,
TwoInputBroadcastStreamProcessFunction<T,T_OTHER,OUT> processFunction)
Apply a two input operation to this and other
BroadcastStream. |
<T_OTHER,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 other
BroadcastStream. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.