@InterfaceAudience.Private @InterfaceStability.Unstable public class LogAggregationReportPBImpl extends LogAggregationReport
| Constructor and Description | 
|---|
| LogAggregationReportPBImpl() | 
| LogAggregationReportPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.LogAggregationReportProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| org.apache.hadoop.yarn.api.records.ApplicationId | getApplicationId()Get the  ApplicationIdof the application. | 
| String | getDiagnosticMessage()Get  the diagnositic information of this log aggregation | 
| org.apache.hadoop.yarn.api.records.LogAggregationStatus | getLogAggregationStatus()Get the  LogAggregationStatus. | 
| org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.LogAggregationReportProto | getProto() | 
| int | hashCode() | 
| void | setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId appId) | 
| void | setDiagnosticMessage(String diagnosticMessage) | 
| void | setLogAggregationStatus(org.apache.hadoop.yarn.api.records.LogAggregationStatus logAggregationStatus) | 
| String | toString() | 
newInstancepublic LogAggregationReportPBImpl()
public LogAggregationReportPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.LogAggregationReportProto proto)
public org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.LogAggregationReportProto getProto()
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
LogAggregationReportApplicationId of the application.getApplicationId in class LogAggregationReportApplicationId of the applicationpublic void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId appId)
setApplicationId in class LogAggregationReportpublic org.apache.hadoop.yarn.api.records.LogAggregationStatus getLogAggregationStatus()
LogAggregationReportLogAggregationStatus.getLogAggregationStatus in class LogAggregationReportLogAggregationStatuspublic void setLogAggregationStatus(org.apache.hadoop.yarn.api.records.LogAggregationStatus logAggregationStatus)
setLogAggregationStatus in class LogAggregationReportpublic String getDiagnosticMessage()
LogAggregationReportgetDiagnosticMessage in class LogAggregationReportpublic void setDiagnosticMessage(String diagnosticMessage)
setDiagnosticMessage in class LogAggregationReportCopyright © 2008–2023 Apache Software Foundation. All rights reserved.