Uses of Class
org.apache.hadoop.hbase.regionserver.CellFlatMap
Packages that use CellFlatMap
-
Uses of CellFlatMap in org.apache.hadoop.hbase.regionserver
Subclasses of CellFlatMap in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclassCellArrayMap is a simple array of Cells and cannot be allocated off-heap.classCellChunkMap 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.Methods in org.apache.hadoop.hbase.regionserver that return CellFlatMapModifier and TypeMethodDescriptionprotected CellFlatMapCellArrayMap.createSubCellFlatMap(int min, int max, boolean descending) protected CellFlatMapCellChunkMap.createSubCellFlatMap(int min, int max, boolean descending) protected abstract CellFlatMapCellFlatMap.createSubCellFlatMap(int min, int max, boolean descending)