Packages that use org.apache.hadoop.hbase.regionserver.CellFlatMap
-
class
org.apache.hadoop.hbase.regionserver.CellArrayMap<T extends org.apache.hadoop.hbase.Cell>
CellArrayMap is a simple array of Cells and cannot be allocated off-heap.
class
org.apache.hadoop.hbase.regionserver.CellChunkMap<T extends org.apache.hadoop.hbase.Cell>
CellChunkMap is an array of serialized representations of Cell (pointing to Chunks with full Cell
data) and can be allocated both off-heap and on-heap.
protected org.apache.hadoop.hbase.regionserver.CellFlatMap<T>
CellArrayMap.createSubCellFlatMap(int min,
int max,
boolean descending)
protected org.apache.hadoop.hbase.regionserver.CellFlatMap<T>
CellChunkMap.createSubCellFlatMap(int min,
int max,
boolean descending)
To be used by base (CellFlatMap) class only to create a sub-CellFlatMap Should be used only to
create only CellChunkMap from CellChunkMap
protected abstract org.apache.hadoop.hbase.regionserver.CellFlatMap<T>
CellFlatMap.createSubCellFlatMap(int min,
int max,
boolean descending)