Uses of Class
org.apache.hadoop.util.hash.Hash

Packages that use Hash
org.apache.hadoop.util.hash   
 

Uses of Hash in org.apache.hadoop.util.hash
 

Subclasses of Hash in org.apache.hadoop.util.hash
 class JenkinsHash
          Produces 32-bit hash for hash table lookup.
 class MurmurHash
          This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
 

Methods in org.apache.hadoop.util.hash that return Hash
static Hash MurmurHash.getInstance()
           
static Hash JenkinsHash.getInstance()
           
static Hash Hash.getInstance(Configuration conf)
          Get a singleton instance of hash function of a type defined in the configuration.
static Hash Hash.getInstance(int type)
          Get a singleton instance of hash function of a given type.
 



Copyright © 2009 The Apache Software Foundation