Class KeyGroupStreamPartitioner<T,K>

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

@Internal public class KeyGroupStreamPartitioner<T,K> extends StreamPartitioner<T> implements ConfigurableStreamPartitioner
Partitioner selects the target channel based on the key group index.
See Also: