Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static ConfigStatus |
ConfigStatus.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
ConfigStatus |
ConfigCheckReport.getStatus() |
static ConfigStatus |
ConfigStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigStatus[] |
ConfigStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConfigCheckReport |
ConfigCheckReport.setStatus(ConfigStatus status) |
Constructor and Description |
---|
ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors,
Map<Scope,List<InconsistentProperty>> warns,
ConfigStatus status) |
Modifier and Type | Method and Description |
---|---|
ConfigStatus |
ConfigCheckReport.ConfigStatus.toThrift() |
Modifier and Type | Method and Description |
---|---|
static ConfigCheckReport.ConfigStatus |
ConfigCheckReport.ConfigStatus.fromThrift(ConfigStatus field) |
Copyright © 2023. All Rights Reserved.