| Package | Description |
|---|---|
| org.apache.hadoop.hbase.rest.model |
| Modifier and Type | Method and Description |
|---|---|
protected CellModel |
TestCellModel.buildTestModel() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CellModel> |
RowModel.getCells() |
| Modifier and Type | Method and Description |
|---|---|
void |
RowModel.addCell(CellModel cell)
Adds a cell to the list of cells for this row
|
protected void |
TestCellModel.checkModel(CellModel model) |
| Constructor and Description |
|---|
RowModel(byte[] key,
java.util.List<CellModel> cells)
Constructor
|
RowModel(java.lang.String key,
java.util.List<CellModel> cells)
Constructor
|