|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowModel | |
---|---|
org.apache.hadoop.hbase.rest | HBase REST |
org.apache.hadoop.hbase.rest.model |
Uses of RowModel in org.apache.hadoop.hbase.rest |
---|
Methods in org.apache.hadoop.hbase.rest that return types with arguments of type RowModel | |
---|---|
Iterator<RowModel> |
TableScanResource.CellSetModelStream.getIterator()
|
Constructor parameters in org.apache.hadoop.hbase.rest with type arguments of type RowModel | |
---|---|
TableScanResource.CellSetModelStream(ArrayList<RowModel> rowList)
|
Uses of RowModel in org.apache.hadoop.hbase.rest.model |
---|
Methods in org.apache.hadoop.hbase.rest.model that return types with arguments of type RowModel | |
---|---|
List<RowModel> |
CellSetModel.getRows()
|
Methods in org.apache.hadoop.hbase.rest.model with parameters of type RowModel | |
---|---|
void |
CellSetModel.addRow(RowModel row)
Add a row to this cell set |
Constructor parameters in org.apache.hadoop.hbase.rest.model with type arguments of type RowModel | |
---|---|
CellSetModel(List<RowModel> rows)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |