Uses of Class
org.apache.hadoop.util.hash.Hash
Packages that use Hash
-
Uses of Hash in org.apache.hadoop.util.hash
Subclasses of Hash in org.apache.hadoop.util.hashModifier and TypeClassDescriptionclassProduces 32-bit hash for hash table lookup.classThis is a very fast, non-cryptographic hash suitable for general hash-based lookup.Methods in org.apache.hadoop.util.hash that return HashModifier and TypeMethodDescriptionstatic HashHash.getInstance(int type) Get a singleton instance of hash function of a given type.static HashHash.getInstance(Configuration conf) Get a singleton instance of hash function of a type defined in the configuration.static HashJenkinsHash.getInstance()static HashMurmurHash.getInstance()