Class GlobalPartitioner<T>

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

@Internal public class GlobalPartitioner<T> extends StreamPartitioner<T>
Partitioner that sends all elements to the downstream operator with subtask ID=0.
See Also:
  • Constructor Details

    • GlobalPartitioner

      public GlobalPartitioner()
  • Method Details