IN - Type of objects to extract the key from.@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) |
public HashSelector(org.apache.flink.api.java.functions.KeySelector<IN,?> keySelector)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.