Uses of Class
org.apache.hadoop.hbase.util.Hash
Packages that use Hash
-
Uses of Hash in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as Hash -
Uses of Hash in org.apache.hadoop.hbase.util
Subclasses of Hash in org.apache.hadoop.hbase.utilModifier and TypeClassDescriptionclass
Produces 32-bit hash for hash table lookup.class
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.class
This is a very fast, non-cryptographic hash suitable for general hash-based lookup.Fields in org.apache.hadoop.hbase.util declared as HashMethods in org.apache.hadoop.hbase.util that return HashModifier and TypeMethodDescriptionstatic Hash
Hash.getInstance
(int type) Get a singleton instance of hash function of a given type.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
JenkinsHash.getInstance()
static Hash
MurmurHash.getInstance()
static Hash
MurmurHash3.getInstance()
Methods in org.apache.hadoop.hbase.util with parameters of type HashModifier and TypeMethodDescriptionstatic boolean
BloomFilterUtil.contains
(byte[] buf, int offset, int length, ByteBuff bloomBuf, int bloomOffset, int bloomSize, Hash hash, int hashCount) static boolean
BloomFilterUtil.contains
(Cell cell, ByteBuff bloomBuf, int bloomOffset, int bloomSize, Hash hash, int hashCount, BloomType type) private static <T> boolean
BloomFilterUtil.contains
(ByteBuff bloomBuf, int bloomOffset, int bloomSize, Hash hash, int hashCount, HashKey<T> hashKey)