Class CellArrayMap

java.lang.Object
org.apache.hadoop.hbase.regionserver.CellFlatMap
org.apache.hadoop.hbase.regionserver.CellArrayMap
All Implemented Interfaces:
Map<Cell,Cell>, NavigableMap<Cell,Cell>, SortedMap<Cell,Cell>

@Private public class CellArrayMap extends CellFlatMap
CellArrayMap is a simple array of Cells and cannot be allocated off-heap. As all java arrays CellArrayMap's array of references pointing to Cell objects.