@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
ApplicationId of 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() |
newInstance
public 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()
LogAggregationReport
ApplicationId
of the application.getApplicationId
in class LogAggregationReport
ApplicationId
of the applicationpublic void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId appId)
setApplicationId
in class LogAggregationReport
public org.apache.hadoop.yarn.api.records.LogAggregationStatus getLogAggregationStatus()
LogAggregationReport
LogAggregationStatus
.getLogAggregationStatus
in class LogAggregationReport
LogAggregationStatus
public void setLogAggregationStatus(org.apache.hadoop.yarn.api.records.LogAggregationStatus logAggregationStatus)
setLogAggregationStatus
in class LogAggregationReport
public String getDiagnosticMessage()
LogAggregationReport
getDiagnosticMessage
in class LogAggregationReport
public void setDiagnosticMessage(String diagnosticMessage)
setDiagnosticMessage
in class LogAggregationReport
Copyright © 2020 Apache Software Foundation. All rights reserved.