Package | Description |
---|---|
org.apache.hadoop.hbase |
Modifier and Type | Class and Description |
---|---|
class |
NoTagsByteBufferKeyValue
An extension of the ByteBufferKeyValue where the tags length is always 0
|
class |
SizeCachedByteBufferKeyValue
This Cell is an implementation of
ByteBufferExtendedCell where the data resides in off
heap/ on heap ByteBuffer |
class |
SizeCachedNoTagsByteBufferKeyValue
This Cell is an implementation of
ByteBufferExtendedCell where the data resides in off
heap/ on heap ByteBuffer |
Modifier and Type | Method and Description |
---|---|
protected int |
InnerStoreCellComparator.compareFamilies(ByteBufferKeyValue left,
int leftFamilyPosition,
int leftFamilyLength,
ByteBufferKeyValue right,
int rightFamilyPosition,
int rightFamilyLength) |
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 |
InnerStoreCellComparator.compareFamilies(KeyValue left,
int leftFamilyPosition,
int leftFamilyLength,
ByteBufferKeyValue right,
int rightFamilyPosition,
int rightFamilyLength) |
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.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.