Uses of Class
org.apache.hadoop.hbase.util.HashKey
Packages that use HashKey
-
Uses of HashKey in org.apache.hadoop.hbase.util
Subclasses of HashKey in org.apache.hadoop.hbase.utilModifier and TypeClassDescriptionclass
class
Extracts the byte for the hash calculation from the given cellclass
class
An hash key for ROWCOL bloom.Methods in org.apache.hadoop.hbase.util with parameters of type HashKeyModifier 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.