| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.codec | |
| org.apache.hadoop.hbase.io |
| 限定符和类型 | 方法和说明 |
|---|---|
CellScanner |
CellScannable.cellScanner() |
static CellScanner |
CellUtil.createCellScanner(Cell[] cellArray) |
static CellScanner |
CellUtil.createCellScanner(Iterable<Cell> cellIterable) |
static CellScanner |
CellUtil.createCellScanner(Iterator<Cell> cells) |
static CellScanner |
CellUtil.createCellScanner(List<? extends CellScannable> cellScannerables) |
static CellScanner |
CellUtil.createCellScanner(NavigableMap<byte[],List<Cell>> map)
Flatten the map of cells out under the CellScanner
|
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
Codec.Decoder
Implementations should implicitly clean up any resources allocated when the
Decoder/CellScanner runs off the end of the cell block.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseDecoder
TODO javadoc
|
static class |
KeyValueCodec.KeyValueDecoder |
static class |
KeyValueCodecWithTags.KeyValueDecoder |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
SizedCellScanner
A CellScanner that knows its size in memory in bytes.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.