Uses of Class
org.apache.hadoop.hbase.ByteBufferKeyValue
-
Uses of ByteBufferKeyValue in org.apache.hadoop.hbase
Modifier and TypeClassDescriptionclass
An extension of the ByteBufferKeyValue where the tags length is always 0class
This Cell is an implementation ofByteBufferExtendedCell
where the data resides in off heap/ on heap ByteBufferclass
This Cell is an implementation ofByteBufferExtendedCell
where the data resides in off heap/ on heap ByteBufferModifier and TypeMethodDescriptionprivate int
CellComparatorImpl.compareBBKV
(ByteBufferKeyValue left, ByteBufferKeyValue right) protected int
CellComparatorImpl.compareFamilies
(ByteBufferKeyValue left, int leftFamilyPosition, int leftFamilyLength, 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
(KeyValue left, int leftFamilyPosition, int leftFamilyLength, 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
(ByteBufferKeyValue left, int leftFamilyPosition, int leftFamilyLength, ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength) protected int
InnerStoreCellComparator.compareFamilies
(KeyValue left, int leftFamilyPosition, int leftFamilyLength, ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength) private int
CellComparatorImpl.compareKVVsBBKV
(KeyValue left, ByteBufferKeyValue right) (package private) static int
CellComparatorImpl.compareQualifiers
(ByteBufferKeyValue left, ByteBufferKeyValue right) (package private) static int
CellComparatorImpl.compareQualifiers
(ByteBufferKeyValue left, KeyValue right) (package private) static int
CellComparatorImpl.compareQualifiers
(KeyValue left, ByteBufferKeyValue right) -
Uses of ByteBufferKeyValue in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
ByteBuffer based cell which has the chunkid at the 0th offsetclass
ByteBuffer based cell which has the chunkid at the 0th offset and with no tagsModifier and TypeMethodDescriptionprivate int
CellChunkImmutableSegment.createCellReference
(ByteBufferKeyValue cell, ByteBuffer idxBuffer, int idxOffset)