| Package | Description |
|---|---|
| com.baidubce.services.tablestorage.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<TableStorageCell> |
TableStorageRow.cells |
| Modifier and Type | Method and Description |
|---|---|
List<TableStorageCell> |
TableStorageResult.getCells()
The list of cells of this object.
|
List<TableStorageCell> |
TableStorageRow.getCells()
Get the list of cells of this get object.
|
List<TableStorageCell> |
ScanRequest.getSelectors()
Get all cell objects in this request
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
TableStorageCell.checkCell(TableStorageCell cell)
Check this cell object
|
| Constructor and Description |
|---|
TableStorageResult(String rowkey,
List<TableStorageCell> cells)
Constructs a result object with rowkey and cells.
|
Copyright © 2022. All rights reserved.