Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
InconsistentProperty |
InconsistentProperty.deepCopy() |
InconsistentProperty |
InconsistentProperty.setName(String name) |
InconsistentProperty |
InconsistentProperty.setValues(Map<OptionalString,List<String>> values) |
Modifier and Type | Method and Description |
---|---|
Map<Scope,List<InconsistentProperty>> |
ConfigCheckReport.getErrors() |
Map<Scope,List<InconsistentProperty>> |
ConfigCheckReport.getWarns() |
Modifier and Type | Method and Description |
---|---|
int |
InconsistentProperty.compareTo(InconsistentProperty other) |
boolean |
InconsistentProperty.equals(InconsistentProperty that) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigCheckReport.putToErrors(Scope key,
List<InconsistentProperty> val) |
void |
ConfigCheckReport.putToWarns(Scope key,
List<InconsistentProperty> val) |
ConfigCheckReport |
ConfigCheckReport.setErrors(Map<Scope,List<InconsistentProperty>> errors) |
ConfigCheckReport |
ConfigCheckReport.setWarns(Map<Scope,List<InconsistentProperty>> warns) |
Constructor and Description |
---|
InconsistentProperty(InconsistentProperty other)
Performs a deep copy on other.
|
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 |
---|---|
InconsistentProperty |
InconsistentProperty.toThrift() |
Modifier and Type | Method and Description |
---|---|
static InconsistentProperty |
InconsistentProperty.fromThrift(InconsistentProperty inconsistentProperty)
Creates a new instance of
InconsistentProperty from thrift representation. |
Constructor and Description |
---|
InconsistentProperty(InconsistentProperty inconsistentProperty)
Creates a new instance of
InconsistentProperty from thrift representation. |
Copyright © 2023. All Rights Reserved.