IN - Type of objects to extract the key from.@Deprecated @Internal public class HashSelector<IN> extends Object implements org.apache.flink.api.java.functions.KeySelector<IN,Integer>
KeySelector that returns the Object.hashCode() of the returned
key.| Constructor and Description |
|---|
HashSelector(org.apache.flink.api.java.functions.KeySelector<IN,?> keySelector)
Deprecated.
|
public HashSelector(org.apache.flink.api.java.functions.KeySelector<IN,?> keySelector)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.