| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CellArrayMap
CellArrayMap is a simple array of Cells and cannot be allocated off-heap.
|
class |
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected CellFlatMap |
CellChunkMap.createSubCellFlatMap(int min,
int max,
boolean descending) |
protected abstract CellFlatMap |
CellFlatMap.createSubCellFlatMap(int min,
int max,
boolean descending) |
protected CellFlatMap |
CellArrayMap.createSubCellFlatMap(int min,
int max,
boolean descending) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.