Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
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.getErrors() |
Map<Scope,List<InconsistentProperty>> |
ConfigCheckReport.getWarns() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigCheckReport.putToErrors(Scope key,
List<InconsistentProperty> val) |
void |
ConfigCheckReport.putToWarns(Scope key,
List<InconsistentProperty> val) |
Modifier and Type | Method and Description |
---|---|
ConfigCheckReport |
ConfigCheckReport.setErrors(Map<Scope,List<InconsistentProperty>> errors) |
ConfigCheckReport |
ConfigCheckReport.setWarns(Map<Scope,List<InconsistentProperty>> warns) |
Constructor and Description |
---|
ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors,
Map<Scope,List<InconsistentProperty>> warns,
ConfigStatus status) |
ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors,
Map<Scope,List<InconsistentProperty>> warns,
ConfigStatus status) |
Modifier and Type | Method and Description |
---|---|
Scope |
Scope.toThrift() |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.fromThrift(Scope field) |
Copyright © 2023. All Rights Reserved.