Package | Description |
---|---|
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static ConfigCheckReport.ConfigStatus |
ConfigCheckReport.ConfigStatus.fromThrift(ConfigStatus field) |
ConfigCheckReport.ConfigStatus |
ConfigCheckReport.getConfigStatus() |
static ConfigCheckReport.ConfigStatus |
ConfigCheckReport.ConfigStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigCheckReport.ConfigStatus[] |
ConfigCheckReport.ConfigStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors,
Map<Scope,List<InconsistentProperty>> warns,
ConfigCheckReport.ConfigStatus status)
Creates a new instance of
ConfigCheckReport . |
Copyright © 2023. All Rights Reserved.