| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| Modifier and Type | Method and Description |
|---|---|
static OtsInternalApi.Direction |
OTSProtocolBuilder.toPBDirection(Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
Direction |
RangeIteratorParameter.getDirection()
获取范围查询的读取顺序(正序(FORWARD)或反序(BACKWARD))。
|
Direction |
RangeRowQueryCriteria.getDirection()
获取范围查询的读取顺序(正序(FORWARD)或反序(BACKWARD))。
|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RangeIteratorParameter.setDirection(Direction direction)
设置范围查询的读取顺序(正序(FORWARD)或反序(BACKWARD))。
|
void |
RangeRowQueryCriteria.setDirection(Direction direction)
设置范围查询的读取顺序(正序(FORWARD)或反序(BACKWARD))。
|
Copyright © 2024. All Rights Reserved.