|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellScanner | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.codec | |
org.apache.hadoop.hbase.io |
Uses of CellScanner in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return CellScanner | |
---|---|
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 |
Uses of CellScanner in org.apache.hadoop.hbase.codec |
---|
Subinterfaces of CellScanner in org.apache.hadoop.hbase.codec | |
---|---|
static interface |
Codec.Decoder
Implementations should implicitly clean up any resources allocated when the Decoder/CellScanner runs off the end of the cell block. |
Classes in org.apache.hadoop.hbase.codec that implement CellScanner | |
---|---|
class |
BaseDecoder
TODO javadoc |
static class |
KeyValueCodec.KeyValueDecoder
|
static class |
KeyValueCodecWithTags.KeyValueDecoder
|
Uses of CellScanner in org.apache.hadoop.hbase.io |
---|
Subinterfaces of CellScanner in org.apache.hadoop.hbase.io | |
---|---|
interface |
SizedCellScanner
A CellScanner that knows its size in memory in bytes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |