Uses of Class
org.apache.hadoop.hbase.regionserver.CellFlatMap

Packages that use org.apache.hadoop.hbase.regionserver.CellFlatMap
Package
Description
 
  • Uses of org.apache.hadoop.hbase.regionserver.CellFlatMap in org.apache.hadoop.hbase.regionserver

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