程序包 | 说明 |
---|---|
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)
向多行查询条件中插入要查询的行的主键。
|
MultiRowQueryCriteria |
MultiRowQueryCriteria.addRow(PrimaryKey primaryKey,
byte[] token)
向多行查询条件中插入要查询的行的主键。
|
MultiRowQueryCriteria |
MultiRowQueryCriteria.cloneWithoutRowKeys() |
MultiRowQueryCriteria |
BatchGetRowRequest.getCriteria(String tableName)
获取指定表的多行查询参数。
|
限定符和类型 | 方法和说明 |
---|---|
Map<String,MultiRowQueryCriteria> |
BatchGetRowRequest.getCriteriasByTable()
获取按表组织的多行查询参数。
|
限定符和类型 | 方法和说明 |
---|---|
void |
BatchGetRowRequest.addMultiRowQueryCriteria(MultiRowQueryCriteria criteria)
增加某个表的多行查询参数。
|
Copyright © 2018. All Rights Reserved.