| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchWriteRowResponse.RowResult |
OTSProtocolParser.parseBatchWriteRowStatus(String tableName,
OtsInternalApi.RowInBatchWriteRowResponse status,
int index) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BatchWriteRowResponse.RowResult> |
BatchWriteRowResponse.getFailedRows()
Get all rows that failed to execute the PutRow operation.
|
Map<String,List<BatchWriteRowResponse.RowResult>> |
BatchWriteRowResponse.getRowStatus()
Get the return results of all table write operations.
|
List<BatchWriteRowResponse.RowResult> |
BatchWriteRowResponse.getRowStatus(String tableName)
Get the return results of all write operations on a table.
|
List<BatchWriteRowResponse.RowResult> |
BatchWriteRowResponse.getSucceedRows()
Get all rows where operations are executed successfully.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BatchWriteRowResponse.addRowResult(BatchWriteRowResponse.RowResult status)
internal use
|
| 限定符和类型 | 方法和说明 |
|---|---|
BatchWriteRowRequest |
BatchWriteRowRequest.createRequestForRetry(List<BatchWriteRowResponse.RowResult> failedRows)
Based on the returned result of the request, extract the rows that failed to execute and reconstruct a new request.
|
void |
BatchWriteRowResponse.getResult(List<BatchWriteRowResponse.RowResult> succeedRows,
List<BatchWriteRowResponse.RowResult> failedRows)
Get all rows that have been executed successfully and all rows that have failed execution.
|
void |
BatchWriteRowResponse.getResult(List<BatchWriteRowResponse.RowResult> succeedRows,
List<BatchWriteRowResponse.RowResult> failedRows)
Get all rows that have been executed successfully and all rows that have failed execution.
|
Copyright © 2025. All Rights Reserved.