Uses of Class
org.apache.hadoop.hbase.util.HashKey
-
Uses of HashKey in org.apache.hadoop.hbase.util
Modifier and TypeClassDescriptionclass
class
Extracts the byte for the hash calculation from the given cellclass
class
An hash key for ROWCOL bloom.Modifier and TypeMethodDescriptionprivate static <T> boolean
BloomFilterUtil.contains
(ByteBuff bloomBuf, int bloomOffset, int bloomSize, Hash hash, int hashCount, HashKey<T> hashKey) abstract <T> int
Calculate a hash using bytes from HashKey and the provided seed value.<T> int
taken from hashlittle() -- hash a variable-length key into a 32-bit value<T> int
<T> int
Returns the MurmurHash3_x86_32 hash.