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