Package | Description |
---|---|
alluxio | |
alluxio.util | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
Scope |
PropertyKey.getScope() |
Modifier and Type | Method and Description |
---|---|
PropertyKey.Builder |
PropertyKey.Builder.setScope(Scope scope) |
Modifier and Type | Method and Description |
---|---|
static List<ConfigProperty> |
ConfigurationUtils.getConfiguration(Scope scope)
Gets all global configuration properties filtered by the specified scope.
|
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.fromThrift(Scope field) |
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<Scope,List<InconsistentProperty>> |
ConfigCheckReport.getConfigErrors() |
Map<Scope,List<InconsistentProperty>> |
ConfigCheckReport.getConfigWarns() |
Modifier and Type | Method and Description |
---|---|
boolean |
Scope.contains(Scope scope)
Check whether the scope contains another scope.
|
Constructor and Description |
---|
ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors,
Map<Scope,List<InconsistentProperty>> warns,
ConfigCheckReport.ConfigStatus status)
Creates a new instance of
ConfigCheckReport . |
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.