Package org.apache.hadoop.hbase.util
Class ByteArrayHashKey
java.lang.Object
org.apache.hadoop.hbase.util.HashKey<byte[]>
org.apache.hadoop.hbase.util.ByteArrayHashKey
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyteget(int pos) Return The byte at the given position in this HashKeyprivate intgetAbsolutePos(int pos) intgetIntLE(int pos) 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
-
offset
-
length
-
-
Constructor Details
-
ByteArrayHashKey
-
-
Method Details
-
get
Description copied from class:HashKeyReturn The byte at the given position in this HashKey -
getAbsolutePos
-
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.
-