Package | Description |
---|---|
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static InconsistentProperty |
InconsistentProperty.fromThrift(InconsistentProperty inconsistentProperty)
Creates a new instance of
InconsistentProperty from thrift representation. |
InconsistentProperty |
InconsistentProperty.setName(String name) |
InconsistentProperty |
InconsistentProperty.setValues(Map<Optional<String>,List<String>> values) |
Modifier and Type | Method and Description |
---|---|
Map<Scope,List<InconsistentProperty>> |
ConfigCheckReport.getConfigErrors() |
Map<Scope,List<InconsistentProperty>> |
ConfigCheckReport.getConfigWarns() |
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.