Package | Description |
---|---|
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static InconsistentProperty |
InconsistentProperty.fromProto(InconsistentProperty inconsistentProperty)
Creates a new instance of
InconsistentProperty from proto 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>> |
MasterWebUIOverview.getConfigCheckErrors()
Gets config check errors.
|
Map<Scope,List<InconsistentProperty>> |
MasterWebUIOverview.getConfigCheckWarns()
Gets config check warns.
|
Map<Scope,List<InconsistentProperty>> |
ConfigCheckReport.getConfigErrors() |
Map<Scope,List<InconsistentProperty>> |
ConfigCheckReport.getConfigWarns() |
Modifier and Type | Method and Description |
---|---|
MasterWebUIOverview |
MasterWebUIOverview.setConfigCheckErrors(Map<Scope,List<InconsistentProperty>> configCheckErrors)
Sets config check errors.
|
MasterWebUIOverview |
MasterWebUIOverview.setConfigCheckWarns(Map<Scope,List<InconsistentProperty>> configCheckWarns)
Sets config check warns.
|
Constructor and Description |
---|
ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors,
Map<Scope,List<InconsistentProperty>> warns,
ConfigStatus status)
Creates a new instance of
ConfigCheckReport . |
ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors,
Map<Scope,List<InconsistentProperty>> warns,
ConfigStatus status)
Creates a new instance of
ConfigCheckReport . |
Copyright © 2023. All Rights Reserved.