| Package | Description |
|---|---|
| com.baidubce.services.tablestorage.model | |
| com.baidubce.services.tablestorage.model.transform | |
| com.baidubce.services.tablestoragehbaseclient.adaptor |
| Modifier and Type | Method and Description |
|---|---|
TableStorageResult |
GetRowResponse.getResult()
Get the result of this get row response.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableStorageResult> |
BatchGetRowResponse.getResults()
Get the results of this response.
|
List<TableStorageResult> |
ScanResponse.getResults()
Get list of results of this scan response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRowResponse.setResult(TableStorageResult result)
Set the result of this get row response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetRowResponse.setResults(List<TableStorageResult> results)
Set the results of this response.
|
void |
ScanResponse.setResults(List<TableStorageResult> results)
Set the results of this scan response.
|
| Modifier and Type | Method and Description |
|---|---|
TableStorageResult |
TableStorageResultUnmarshaller.unmarshall(com.fasterxml.jackson.databind.JsonNode resultNode)
Unmarshal the result of JsonNode
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.client.Result |
TablestorageConvertor.toHBaseResult(TableStorageResult tableStorageResult) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.client.Result[] |
TablestorageConvertor.toBatchGetHBaseResults(List<org.apache.hadoop.hbase.client.Get> gets,
List<TableStorageResult> tableStorageResults) |
Copyright © 2023. All rights reserved.