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

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

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

Subclasses of Hash in org.apache.hadoop.hbase.util
 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.
 class MurmurHash3
          This is a very fast, non-cryptographic hash suitable for general hash-based lookup.
 

Fields in org.apache.hadoop.hbase.util declared as Hash
protected  Hash ByteBloomFilter.hash
          Hash Function
 

Methods in org.apache.hadoop.hbase.util that return Hash
static Hash MurmurHash.getInstance()
           
static Hash JenkinsHash.getInstance()
           
static Hash MurmurHash3.getInstance()
           
static Hash Hash.getInstance(org.apache.hadoop.conf.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.
 

Methods in org.apache.hadoop.hbase.util with parameters of type Hash
static boolean ByteBloomFilter.contains(byte[] buf, int offset, int length, byte[] bloomArray, int bloomOffset, int bloomSize, Hash hash, int hashCount)
           
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.