Package | Description |
---|---|
org.apache.hadoop.hbase.rest | |
org.apache.hadoop.hbase.rest.model |
Modifier and Type | Method and Description |
---|---|
Iterator<RowModel> |
TableScanResource.CellSetModelStream.getIterator() |
Modifier and Type | Method and Description |
---|---|
void |
TestTableScan.ClientSideCellSetModel.Listener.handleRowModel(TestTableScan.ClientSideCellSetModel helper,
RowModel rowModel) |
Constructor and Description |
---|
CellSetModelStream(ArrayList<RowModel> rowList) |
Modifier and Type | Method and Description |
---|---|
protected RowModel |
TestRowModel.buildTestModel() |
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
|
protected void |
TestRowModel.checkModel(RowModel model) |
Constructor and Description |
---|
CellSetModel(List<RowModel> rows) |