Package | Description |
---|---|
org.apache.hadoop.hbase.rest |
HBase REST
|
org.apache.hadoop.hbase.rest.model |
Modifier and Type | Method and Description |
---|---|
Iterator<RowModel> |
TableScanResource.CellSetModelStream.getIterator() |
Constructor and Description |
---|
TableScanResource.CellSetModelStream(ArrayList<RowModel> rowList) |
Modifier and Type | Method and Description |
---|---|
List<RowModel> |
CellSetModel.getRows() |
Modifier and Type | Method and Description |
---|---|
void |
CellSetModel.addRow(RowModel row)
Add a row to this cell set
|
Constructor and Description |
---|
CellSetModel(List<RowModel> rows) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.