| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore | |
| com.alicloud.openservices.tablestore.model | |
| com.alicloud.openservices.tablestore.reader |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TableStoreReader.setRowQueryCriteria(RowQueryCriteria rowQueryCriteria) |
void |
DefaultTableStoreReader.setRowQueryCriteria(RowQueryCriteria rowQueryCriteria) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MultiRowQueryCriteria
The parameters required to query multiple rows of data from the TableStore table, which can support the following several reading behaviors:
Read a specific version of certain columns or all columns
Read all versions or the latest N versions within a version range for certain columns or all columns
Read the latest N versions for certain columns or all columns (N is at least 1 and at most MaxVersions)
Note: The read parameters cannot be set separately for each row; the same query parameters must be used for multiple rows.
|
class |
RangeIteratorParameter |
class |
RangeRowQueryCriteria |
class |
SingleRowQueryCriteria
Parameters required to query a single row of data from the TableStore table, supporting the following read behaviors:
Read a specific version of certain columns or all columns
Read all versions or the largest N versions within a version range for certain columns or all columns
Read the largest N versions of certain columns or all columns (N is at least 1 and at most MaxVersions)
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RowQueryCriteria.copyTo(RowQueryCriteria target) |
| 限定符和类型 | 方法和说明 |
|---|---|
RowQueryCriteria |
PrimaryKeyWithTable.getCriteria() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PrimaryKeyWithTable.setCriteria(RowQueryCriteria criteria) |
void |
ReaderRequestManager.setRowQueryCriteria(RowQueryCriteria rowQueryCriteria) |
void |
ReaderBucket.setRowQueryCriteria(RowQueryCriteria rowQueryCriteria) |
void |
ReaderEventHandler.setRowQueryCriteria(RowQueryCriteria rowQueryCriteria) |
| 构造器和说明 |
|---|
PrimaryKeyWithTable(String tableName,
PrimaryKey primaryKey,
RowQueryCriteria criteria) |
Copyright © 2025. All Rights Reserved.