| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| Modifier and Type | Method and Description |
|---|---|
static OtsInternalApi.BatchGetRowRequest |
OTSProtocolBuilder.buildBatchGetRowRequest(Map<String,MultiRowQueryCriteria> criteriasGroupByTable) |
| Modifier and Type | Method and Description |
|---|---|
MultiRowQueryCriteria |
MultiRowQueryCriteria.addRow(PrimaryKey primaryKey)
向多行查询条件中插入要查询的行的主键。
|
MultiRowQueryCriteria |
MultiRowQueryCriteria.addRow(PrimaryKey primaryKey,
byte[] token)
向多行查询条件中插入要查询的行的主键。
|
MultiRowQueryCriteria |
MultiRowQueryCriteria.cloneWithoutRowKeys() |
MultiRowQueryCriteria |
BatchGetRowRequest.getCriteria(String tableName)
获取指定表的多行查询参数。
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MultiRowQueryCriteria> |
BatchGetRowRequest.getCriteriasByTable()
获取按表组织的多行查询参数。
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetRowRequest.addMultiRowQueryCriteria(MultiRowQueryCriteria criteria)
增加某个表的多行查询参数。若该表已经添加过查询条件,则之前的查询条件会被覆盖。
|
Copyright © 2024. All Rights Reserved.