Uses of Class
org.apache.hadoop.hbase.regionserver.CellFlatMap
-
Uses of CellFlatMap in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
CellArrayMap is a simple array of Cells and cannot be allocated off-heap.class
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.Modifier and TypeMethodDescriptionprotected CellFlatMap
CellArrayMap.createSubCellFlatMap
(int min, int max, boolean descending) protected CellFlatMap
CellChunkMap.createSubCellFlatMap
(int min, int max, boolean descending) protected abstract CellFlatMap
CellFlatMap.createSubCellFlatMap
(int min, int max, boolean descending)