| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model | |
| com.alicloud.openservices.tablestore.reader |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchGetRowResponse.RowResult |
OTSProtocolParser.parseBatchGetRowStatus(String tableName,
OtsInternalApi.RowInBatchGetRowResponse status,
int index) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BatchGetRowResponse.RowResult> |
BatchGetRowResponse.getBatchGetRowResult(String tableName)
Get the query results of all rows in a table.
|
List<BatchGetRowResponse.RowResult> |
BatchGetRowResponse.getFailedRows()
Get all rows that failed to execute the query operation.
|
List<BatchGetRowResponse.RowResult> |
BatchGetRowResponse.getSucceedRows()
Get all rows that the query operation executed successfully.
|
Map<String,List<BatchGetRowResponse.RowResult>> |
BatchGetRowResponse.getTableToRowsResult()
Returns the query results of all rows in all tables.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BatchGetRowResponse.addResult(BatchGetRowResponse.RowResult result)
internal use
|
| 限定符和类型 | 方法和说明 |
|---|---|
BatchGetRowRequest |
BatchGetRowRequest.createRequestForRetry(List<BatchGetRowResponse.RowResult> failedRows)
Creates a new request for retry based on the returned result.
|
void |
BatchGetRowResponse.getResult(List<BatchGetRowResponse.RowResult> succeedRows,
List<BatchGetRowResponse.RowResult> failedRows)
Get all rows that have been executed successfully and all rows that have failed execution.
|
void |
BatchGetRowResponse.getResult(List<BatchGetRowResponse.RowResult> succeedRows,
List<BatchGetRowResponse.RowResult> failedRows)
Get all rows that have been executed successfully and all rows that have failed execution.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ReaderGroup.failedOneRow(PrimaryKey primaryKey,
BatchGetRowResponse.RowResult rowResult,
Exception exception) |
void |
ReaderGroup.succeedOneRow(PrimaryKey primaryKey,
BatchGetRowResponse.RowResult rowResult) |
| 构造器和说明 |
|---|
RowReadResult(PrimaryKey primaryKey,
BatchGetRowResponse.RowResult rowResult) |
Copyright © 2025. All Rights Reserved.