Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
CellScanner |
CellScannable.cellScanner()
Returns A CellScanner over the contained
Cell s |
static CellScanner |
CellUtil.createCellScanner(Cell[] cellArray)
Return CellScanner interface over
cellArray |
static CellScanner |
CellUtil.createCellScanner(Iterable<Cell> cellIterable)
Return CellScanner interface over
cellIterable |
static CellScanner |
CellUtil.createCellScanner(Iterator<Cell> cells)
Return CellScanner interface over
cellIterable or null if cells is
null |
static CellScanner |
CellUtil.createCellScanner(List<? extends CellScannable> cellScannerables)
Return CellScanner interface over
cellIterables |
static CellScanner |
CellUtil.createCellScanner(NavigableMap<byte[],List<Cell>> map)
Flatten the map of cells out under the CellScanner
|
Modifier and Type | Class and Description |
---|---|
class |
Result
|
Modifier and Type | Method and Description |
---|---|
CellScanner |
Mutation.cellScanner() |
CellScanner |
Result.cellScanner() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.