Class BroadcastPartitioner<T>

java.lang.Object
org.apache.flink.streaming.runtime.partitioner.StreamPartitioner<T>
org.apache.flink.streaming.runtime.partitioner.BroadcastPartitioner<T>
Type Parameters:
T - Type of the elements in the Stream being broadcast
All Implemented Interfaces:
Serializable, ChannelSelector<SerializationDelegate<StreamRecord<T>>>

@Internal public class BroadcastPartitioner<T> extends StreamPartitioner<T>
Partitioner that selects all the output channels.
See Also: