| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static OtsInternalApi.Direction |
OTSProtocolBuilder.toPBDirection(Direction direction) |
| 限定符和类型 | 方法和说明 |
|---|---|
Direction |
RangeRowQueryCriteria.getDirection()
Get the read order of the range query (forward(FORWARD) or backward(BACKWARD)).
|
Direction |
RangeIteratorParameter.getDirection()
Get the read order of the range query (forward(FORWARD) or backward(BACKWARD)).
|
static Direction |
Direction.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Direction[] |
Direction.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RangeRowQueryCriteria.setDirection(Direction direction)
Set the read order (forward(FORWARD) or backward(BACKWARD)) for the range query.
|
void |
RangeIteratorParameter.setDirection(Direction direction)
Set the read order (FORWARD or BACKWARD) for the range query.
|
Copyright © 2025. All Rights Reserved.