Package | Description |
---|---|
org.apache.hadoop.hbase.rest.model |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
RowModel(byte[] key,
List<CellModel> cells)
Constructor
|
RowModel(String key,
List<CellModel> cells)
Constructor
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.