Class ShufflePartitioner<T>

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

    @Internal
    public class ShufflePartitioner<T>
    extends StreamPartitioner<T>
    Partitioner that distributes the data equally by selecting one output channel randomly.
    See Also:
    Serialized Form