Package org.apache.hadoop.hbase.util
Class RowColBloomHashKey
java.lang.Object
org.apache.hadoop.hbase.util.HashKey<Cell>
org.apache.hadoop.hbase.util.CellHashKey
org.apache.hadoop.hbase.util.RowColBloomHashKey
A hash key for ROWCOL bloom. This assumes the cells to be serialized in the Keyvalue
serialization format with Empty column family. Note that the byte representing the family length
is considered to be 0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final intFields inherited from class org.apache.hadoop.hbase.util.CellHashKey
LATEST_TS, MAX_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate longassembleCrossingLE(int offset, int wordBytes) byteget(int offset) Return The byte at the given position in this HashKeyintgetIntLE(int offset) Returns the little-endian 32-bit int value starting at the given position in thisHashKey.intlength()Returns The number of bytes in this HashKey
-
Field Details
-
rowLength
-
qualLength
-
totalLength
-
-
Constructor Details
-
RowColBloomHashKey
-
-
Method Details
-
get
Description copied from class:HashKeyReturn The byte at the given position in this HashKey -
length
Description copied from class:HashKeyReturns The number of bytes in this HashKey -
getIntLE
Description copied from class:HashKeyReturns the little-endian 32-bit int value starting at the given position in thisHashKey. -
assembleCrossingLE
-