Class KeyGroupRangePartitioner
- java.lang.Object
-
- org.apache.flink.state.api.output.partitioner.KeyGroupRangePartitioner
-
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.common.functions.Partitioner<Integer>
@Internal @Deprecated public class KeyGroupRangePartitioner extends Object implements org.apache.flink.api.common.functions.Partitioner<Integer>
Deprecated.A partitioner that selects the target channel based on the key group index.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyGroupRangePartitioner(int maxParallelism)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intpartition(Integer key, int numPartitions)Deprecated.
-