Class HashSelector<IN>
- java.lang.Object
-
- org.apache.flink.state.api.output.partitioner.HashSelector<IN>
-
- Type Parameters:
IN- Type of objects to extract the key from.
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.functions.Function,org.apache.flink.api.java.functions.KeySelector<IN,Integer>
@Deprecated @Internal public class HashSelector<IN> extends Object implements org.apache.flink.api.java.functions.KeySelector<IN,Integer>
Deprecated.A wrapper around aKeySelectorthat returns theObject.hashCode()of the returned key.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HashSelector(org.apache.flink.api.java.functions.KeySelector<IN,?> keySelector)Deprecated.
-
-
-
Constructor Detail
-
HashSelector
public HashSelector(org.apache.flink.api.java.functions.KeySelector<IN,?> keySelector)
Deprecated.
-
-