| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
QueryStatus |
QueryDesc.status |
| Modifier and Type | Method and Description |
|---|---|
static QueryStatus |
QueryStatus.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
QueryStatus |
QueryDesc.getStatus() |
static QueryStatus |
QueryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryStatus[] |
QueryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueryDesc |
QueryDesc.setStatus(QueryStatus status) |
QueryDesc.Builder |
QueryDesc.Builder.setStatus(QueryStatus status) |
| Constructor and Description |
|---|
QueryDesc(long start_time,
QueryStatus status,
long duration,
byte[] query,
HostAddr graph_addr) |
Copyright © 2022. All rights reserved.