@Private @Unstable public class LogAggregationReportPBImpl extends LogAggregationReport
| Constructor | Description |
|---|---|
LogAggregationReportPBImpl() |
|
LogAggregationReportPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.LogAggregationReportProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId() |
Get the
ApplicationId of the application. |
java.lang.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(java.lang.String diagnosticMessage) |
|
void |
setLogAggregationStatus(org.apache.hadoop.yarn.api.records.LogAggregationStatus logAggregationStatus) |
|
java.lang.String |
toString() |
newInstancepublic LogAggregationReportPBImpl()
public LogAggregationReportPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.LogAggregationReportProto proto)
public org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.LogAggregationReportProto getProto()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic 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 java.lang.String getDiagnosticMessage()
LogAggregationReportgetDiagnosticMessage in class LogAggregationReportpublic void setDiagnosticMessage(java.lang.String diagnosticMessage)
setDiagnosticMessage in class LogAggregationReportCopyright © 2008–2025 Apache Software Foundation. All rights reserved.