Class CustomPartitionerWrapper<K,​T>

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

    @Internal
    public class CustomPartitionerWrapper<K,​T>
    extends StreamPartitioner<T>
    Partitioner that selects the channel with a user defined partitioner function on a key.
    See Also:
    Serialized Form