| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
ConfigModule |
ConfigItem.module |
ConfigModule |
ListConfigsReq.module |
| Modifier and Type | Method and Description |
|---|---|
static ConfigModule |
ConfigModule.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
ConfigModule |
ConfigItem.getModule() |
ConfigModule |
ListConfigsReq.getModule() |
static ConfigModule |
ConfigModule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigModule[] |
ConfigModule.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.setModule(ConfigModule module) |
ConfigItem.Builder |
ConfigItem.Builder.setModule(ConfigModule module) |
ListConfigsReq |
ListConfigsReq.setModule(ConfigModule module) |
ListConfigsReq.Builder |
ListConfigsReq.Builder.setModule(ConfigModule module) |
| Constructor and Description |
|---|
ConfigItem(ConfigModule module,
byte[] name,
ConfigMode mode,
Value value) |
ListConfigsReq(byte[] space,
ConfigModule module) |
Copyright © 2022. All rights reserved.