Class GlobalPartitioner<T>

  • Type Parameters:
    T - Type of the elements in the Stream being partitioned
    All Implemented Interfaces:
    Serializable, org.apache.flink.runtime.io.network.api.writer.ChannelSelector<org.apache.flink.runtime.plugable.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:
    Serialized Form