class
org.apache.hadoop.hbase.NoTagsByteBufferKeyValue
An extension of the ByteBufferKeyValue where the tags length is always 0
class
org.apache.hadoop.hbase.SizeCachedByteBufferKeyValue
This Cell is an implementation of ByteBufferExtendedCell
where the data resides in off
heap/ on heap ByteBuffer
class
org.apache.hadoop.hbase.SizeCachedNoTagsByteBufferKeyValue
This Cell is an implementation of ByteBufferExtendedCell
where the data resides in off
heap/ on heap ByteBuffer
protected int
CellComparatorImpl.compareFamilies(org.apache.hadoop.hbase.ByteBufferKeyValue left,
int leftFamilyPosition,
int leftFamilyLength,
org.apache.hadoop.hbase.ByteBufferKeyValue right,
int rightFamilyPosition,
int rightFamilyLength)
This method will be overridden when we compare cells inner store to bypass family comparing.
protected int
CellComparatorImpl.compareFamilies(org.apache.hadoop.hbase.KeyValue left,
int leftFamilyPosition,
int leftFamilyLength,
org.apache.hadoop.hbase.ByteBufferKeyValue right,
int rightFamilyPosition,
int rightFamilyLength)
This method will be overridden when we compare cells inner store to bypass family comparing.
protected int
InnerStoreCellComparator.compareFamilies(org.apache.hadoop.hbase.ByteBufferKeyValue left,
int leftFamilyPosition,
int leftFamilyLength,
org.apache.hadoop.hbase.ByteBufferKeyValue right,
int rightFamilyPosition,
int rightFamilyLength)
protected int
InnerStoreCellComparator.compareFamilies(org.apache.hadoop.hbase.KeyValue left,
int leftFamilyPosition,
int leftFamilyLength,
org.apache.hadoop.hbase.ByteBufferKeyValue right,
int rightFamilyPosition,
int rightFamilyLength)