public class BatchWriteRowResponse extends Response
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BatchWriteRowResponse.RowResult
The result of a single row write in the BatchWriteRow batch operation.
|
| 构造器和说明 |
|---|
BatchWriteRowResponse(Response meta)
internal use
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addRowResult(BatchWriteRowResponse.RowResult status)
internal use
|
List<BatchWriteRowResponse.RowResult> |
getFailedRows()
Get all rows that failed to execute the PutRow operation.
|
void |
getResult(List<BatchWriteRowResponse.RowResult> succeedRows,
List<BatchWriteRowResponse.RowResult> failedRows)
Get all rows that have been executed successfully and all rows that have failed execution.
|
Map<String,List<BatchWriteRowResponse.RowResult>> |
getRowStatus()
Get the return results of all table write operations.
|
List<BatchWriteRowResponse.RowResult> |
getRowStatus(String tableName)
Get the return results of all write operations on a table.
|
List<BatchWriteRowResponse.RowResult> |
getSucceedRows()
Get all rows where operations are executed successfully.
|
boolean |
isAllSucceed()
Whether all row modification operations have been executed successfully.
|
getRequestId, getTraceId, setRequestId, setTraceIdpublic BatchWriteRowResponse(Response meta)
meta - public void addRowResult(BatchWriteRowResponse.RowResult status)
status - public List<BatchWriteRowResponse.RowResult> getRowStatus(String tableName)
public Map<String,List<BatchWriteRowResponse.RowResult>> getRowStatus()
public List<BatchWriteRowResponse.RowResult> getFailedRows()
public List<BatchWriteRowResponse.RowResult> getSucceedRows()
public void getResult(List<BatchWriteRowResponse.RowResult> succeedRows, List<BatchWriteRowResponse.RowResult> failedRows)
succeedRows - All rows executed successfullyfailedRows - All rows that failed executionpublic boolean isAllSucceed()
Copyright © 2025. All Rights Reserved.