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