| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
OrderDirection |
OrderBy.direction |
| Modifier and Type | Method and Description |
|---|---|
static OrderDirection |
OrderDirection.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
OrderDirection |
OrderBy.getDirection() |
static OrderDirection |
OrderDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderDirection[] |
OrderDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OrderBy |
OrderBy.setDirection(OrderDirection direction) |
OrderBy.Builder |
OrderBy.Builder.setDirection(OrderDirection direction) |
| Constructor and Description |
|---|
OrderBy(byte[] prop,
OrderDirection direction) |
Copyright © 2022. All rights reserved.