Class RebalancePartitioner<T>

  • Type Parameters:
    T - Type of the elements in the Stream being rebalanced
    All Implemented Interfaces:
    Serializable, org.apache.flink.runtime.io.network.api.writer.ChannelSelector<org.apache.flink.runtime.plugable.SerializationDelegate<StreamRecord<T>>>

    @Internal
    public class RebalancePartitioner<T>
    extends StreamPartitioner<T>
    Partitioner that distributes the data equally by cycling through the output channels.
    See Also:
    Serialized Form
    • Constructor Detail

      • RebalancePartitioner

        public RebalancePartitioner()