| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static OtsInternalApi.BatchGetRowRequest |
OTSProtocolBuilder.buildBatchGetRowRequest(Map<String,MultiRowQueryCriteria> criteriasGroupByTable) |
| 限定符和类型 | 方法和说明 |
|---|---|
MultiRowQueryCriteria |
MultiRowQueryCriteria.addRow(PrimaryKey primaryKey)
Insert the primary key of the row to be queried into the multi-row query condition.
|
MultiRowQueryCriteria |
MultiRowQueryCriteria.addRow(PrimaryKey primaryKey,
byte[] token)
Insert the primary key of the row to be queried into the multi-row query condition.
|
MultiRowQueryCriteria |
MultiRowQueryCriteria.cloneWithoutRowKeys() |
MultiRowQueryCriteria |
BatchGetRowRequest.getCriteria(String tableName)
Get the multi-row query parameters for the specified table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,MultiRowQueryCriteria> |
BatchGetRowRequest.getCriteriasByTable()
Get the multi-row query parameters organized by table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BatchGetRowRequest.addMultiRowQueryCriteria(MultiRowQueryCriteria criteria)
Add multi-row query parameters for a table.
|
Copyright © 2025. All Rights Reserved.