Class PartitionCustomKeySelector
- java.lang.Object
-
- org.apache.flink.streaming.api.functions.python.PartitionCustomKeySelector
-
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.java.functions.KeySelector<org.apache.flink.types.Row,Integer>
@Internal public class PartitionCustomKeySelector extends Object implements org.apache.flink.api.java.functions.KeySelector<org.apache.flink.types.Row,Integer>
ThePartitionCustomKeySelectorwill return the first field of the input row value. The value of the first field is the desired partition index which is computed according to user defined partitioner and keySelector function.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartitionCustomKeySelector()
-