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