Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
ConfigCheckReport |
ConfigCheckReport.deepCopy() |
ConfigCheckReport |
GetConfigReportTResponse.getReport() |
ConfigCheckReport |
ConfigCheckReport.setErrors(Map<Scope,List<InconsistentProperty>> errors) |
ConfigCheckReport |
ConfigCheckReport.setStatus(ConfigStatus status) |
ConfigCheckReport |
ConfigCheckReport.setWarns(Map<Scope,List<InconsistentProperty>> warns) |
Modifier and Type | Method and Description |
---|---|
int |
ConfigCheckReport.compareTo(ConfigCheckReport other) |
boolean |
ConfigCheckReport.equals(ConfigCheckReport that) |
GetConfigReportTResponse |
GetConfigReportTResponse.setReport(ConfigCheckReport report) |
Constructor and Description |
---|
ConfigCheckReport(ConfigCheckReport other)
Performs a deep copy on other.
|
GetConfigReportTResponse(ConfigCheckReport report) |
Modifier and Type | Method and Description |
---|---|
ConfigCheckReport |
ConfigCheckReport.toThrift() |
Modifier and Type | Method and Description |
---|---|
static ConfigCheckReport |
ConfigCheckReport.fromThrift(ConfigCheckReport report)
Creates a new instance of
ConfigCheckReport from thrift representation. |
Constructor and Description |
---|
ConfigCheckReport(ConfigCheckReport configCheckReport)
Creates a new instance of
ConfigCheckReport from a thrift representation. |
Copyright © 2023. All Rights Reserved.