Package | Description |
---|---|
alluxio.cli |
Modifier and Type | Method and Description |
---|---|
ValidationUtils.State |
ValidationUtils.TaskResult.getState() |
static ValidationUtils.State |
ValidationUtils.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationUtils.State[] |
ValidationUtils.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ValidationUtils.TaskResult |
ValidationUtils.TaskResult.setState(ValidationUtils.State state)
Sets task state.
|
Constructor and Description |
---|
TaskResult(ValidationUtils.State state,
String name,
String output,
String advice)
Creates a new
ValidationUtils.TaskResult . |
TaskResult(ValidationUtils.State state,
String name,
String desc,
String output,
String advice)
Creates a new
ValidationUtils.TaskResult . |
Copyright © 2023. All Rights Reserved.