BroadcastConnectedStream
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Assumes as inputs a org.apache.flink.streaming.api.datastream.BroadcastStream and a KeyedStream and applies the given KeyedBroadcastProcessFunction on them, thereby creating a transformed output stream.
Assumes as inputs a org.apache.flink.streaming.api.datastream.BroadcastStream and a KeyedStream and applies the given KeyedBroadcastProcessFunction on them, thereby creating a transformed output stream.
Attributes
- KS
The type of the keys in the keyed stream.
- OUT
The type of the output elements.
- function
The KeyedBroadcastProcessFunction applied to each element in the stream.
- Returns:
The transformed DataStream.
Assumes as inputs a org.apache.flink.streaming.api.datastream.BroadcastStream and a non-keyed DataStream and applies the given org.apache.flink.streaming.api.functions.co.BroadcastProcessFunction on them, thereby creating a transformed output stream.
Assumes as inputs a org.apache.flink.streaming.api.datastream.BroadcastStream and a non-keyed DataStream and applies the given org.apache.flink.streaming.api.functions.co.BroadcastProcessFunction on them, thereby creating a transformed output stream.
Attributes
- OUT
The type of the output elements.
- function
The BroadcastProcessFunction applied to each element in the stream.
- Returns:
The transformed { @link DataStream}.