Package | Description |
---|---|
org.apache.hadoop.hbase.rest.model |
Modifier and Type | Field and Description |
---|---|
private List<CellModel> |
RowModel.cells |
Modifier and Type | Method and Description |
---|---|
List<CellModel> |
RowModel.getCells()
Returns the cells
|
Modifier and Type | Method and Description |
---|---|
void |
RowModel.addCell(CellModel cell)
Adds a cell to the list of cells for this row
|
Constructor and Description |
---|
RowModel(byte[] key,
List<CellModel> cells)
Constructor
|
RowModel(String key,
List<CellModel> cells)
Constructor
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.