Uses of Class
org.apache.hadoop.hbase.util.Hash
-
Uses of Hash in org.apache.hadoop.hbase.io.hfile
-
Uses of Hash in org.apache.hadoop.hbase.util
Modifier 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.Modifier 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()
Modifier 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)