| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model | |
| com.alicloud.openservices.tablestore.reader |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetRowResponse.RowResult |
OTSProtocolParser.parseBatchGetRowStatus(String tableName,
OtsInternalApi.RowInBatchGetRowResponse status,
int index) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetRowResponse.RowResult> |
BatchGetRowResponse.getBatchGetRowResult(String tableName)
获取某个表的所有行查询结果。
|
List<BatchGetRowResponse.RowResult> |
BatchGetRowResponse.getFailedRows()
获取所有查询操作执行失败的行。
|
List<BatchGetRowResponse.RowResult> |
BatchGetRowResponse.getSucceedRows()
获取所有查询操作执行成功的行。
|
Map<String,List<BatchGetRowResponse.RowResult>> |
BatchGetRowResponse.getTableToRowsResult()
返回所有表所有行的查询结果。
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetRowResponse.addResult(BatchGetRowResponse.RowResult result)
internal use
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetRowRequest |
BatchGetRowRequest.createRequestForRetry(List<BatchGetRowResponse.RowResult> failedRows)
根据请求返回的结果创建新的请求用于重试。
|
void |
BatchGetRowResponse.getResult(List<BatchGetRowResponse.RowResult> succeedRows,
List<BatchGetRowResponse.RowResult> failedRows)
获取所有执行成功过的行以及所有执行失败的行。
|
void |
BatchGetRowResponse.getResult(List<BatchGetRowResponse.RowResult> succeedRows,
List<BatchGetRowResponse.RowResult> failedRows)
获取所有执行成功过的行以及所有执行失败的行。
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReaderGroup.failedOneRow(PrimaryKey primaryKey,
BatchGetRowResponse.RowResult rowResult,
Exception exception) |
void |
ReaderGroup.succeedOneRow(PrimaryKey primaryKey,
BatchGetRowResponse.RowResult rowResult) |
| Constructor and Description |
|---|
RowReadResult(PrimaryKey primaryKey,
BatchGetRowResponse.RowResult rowResult) |
Copyright © 2024. All Rights Reserved.