Uses of Class
org.apache.hadoop.hbase.util.HashKey
Packages that use org.apache.hadoop.hbase.util.HashKey
-
Uses of org.apache.hadoop.hbase.util.HashKey in org.apache.hadoop.hbase.util
Subclasses of org.apache.hadoop.hbase.util.HashKey in in org.apache.hadoop.hbase.utilModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.util.ByteArrayHashKeyclassorg.apache.hadoop.hbase.util.CellHashKeyExtracts the byte for the hash calculation from the given cellclassorg.apache.hadoop.hbase.util.RowBloomHashKeyclassorg.apache.hadoop.hbase.util.RowColBloomHashKeyAn hash key for ROWCOL bloom.Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.HashKey in inModifier and TypeMethodDescriptionabstract <T> intHash.hash(org.apache.hadoop.hbase.util.HashKey<T> hashKey, int initval) Calculate a hash using bytes from HashKey and the provided seed value.<T> intJenkinsHash.hash(org.apache.hadoop.hbase.util.HashKey<T> hashKey, int initval) taken from hashlittle() -- hash a variable-length key into a 32-bit value<T> intMurmurHash.hash(org.apache.hadoop.hbase.util.HashKey<T> hashKey, int seed) <T> intMurmurHash3.hash(org.apache.hadoop.hbase.util.HashKey<T> hashKey, int initval) Returns the MurmurHash3_x86_32 hash.