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