| 构造器和说明 |
|---|
BatchGetRowRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addMultiRowQueryCriteria(MultiRowQueryCriteria criteria)
Add multi-row query parameters for a table.
|
BatchGetRowRequest |
createRequestForRetry(List<BatchGetRowResponse.RowResult> failedRows)
Creates a new request for retry based on the returned result.
|
MultiRowQueryCriteria |
getCriteria(String tableName)
Get the multi-row query parameters for the specified table.
|
Map<String,MultiRowQueryCriteria> |
getCriteriasByTable()
Get the multi-row query parameters organized by table.
|
String |
getOperationName() |
PrimaryKey |
getPrimaryKey(String tableName,
int index)
Returns the primary key of a specific row based on the table name and index.
|
boolean |
isEmpty() |
public String getOperationName()
getOperationName 在接口中 Requestpublic void addMultiRowQueryCriteria(MultiRowQueryCriteria criteria)
criteria - Single-row query conditionpublic PrimaryKey getPrimaryKey(String tableName, int index)
tableName - The name of the tableindex - The index of the row in the parameter listpublic Map<String,MultiRowQueryCriteria> getCriteriasByTable()
public MultiRowQueryCriteria getCriteria(String tableName)
tableName - The name of the tablepublic BatchGetRowRequest createRequestForRetry(List<BatchGetRowResponse.RowResult> failedRows)
failedRows - rows that failed to query in the returned resultpublic boolean isEmpty()
Copyright © 2025. All Rights Reserved.