Class LogAggregationReportPBImpl
java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.LogAggregationReportPBImpl
-
Constructor Summary
ConstructorsConstructorDescriptionLogAggregationReportPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.LogAggregationReportProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.api.records.ApplicationIdGet theApplicationIdof the application.Get the diagnositic information of this log aggregationorg.apache.hadoop.yarn.api.records.LogAggregationStatusGet theLogAggregationStatus.org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.LogAggregationReportProtogetProto()inthashCode()voidsetApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId appId) voidsetDiagnosticMessage(String diagnosticMessage) voidsetLogAggregationStatus(org.apache.hadoop.yarn.api.records.LogAggregationStatus logAggregationStatus) toString()Methods inherited from class org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport
newInstance
-
Constructor Details
-
LogAggregationReportPBImpl
public LogAggregationReportPBImpl() -
LogAggregationReportPBImpl
public LogAggregationReportPBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.LogAggregationReportProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.LogAggregationReportProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getApplicationId
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()Description copied from class:LogAggregationReportGet theApplicationIdof the application.- Specified by:
getApplicationIdin classLogAggregationReport- Returns:
ApplicationIdof the application
-
setApplicationId
public void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId appId) - Specified by:
setApplicationIdin classLogAggregationReport
-
getLogAggregationStatus
public org.apache.hadoop.yarn.api.records.LogAggregationStatus getLogAggregationStatus()Description copied from class:LogAggregationReportGet theLogAggregationStatus.- Specified by:
getLogAggregationStatusin classLogAggregationReport- Returns:
LogAggregationStatus
-
setLogAggregationStatus
public void setLogAggregationStatus(org.apache.hadoop.yarn.api.records.LogAggregationStatus logAggregationStatus) - Specified by:
setLogAggregationStatusin classLogAggregationReport
-
getDiagnosticMessage
Description copied from class:LogAggregationReportGet the diagnositic information of this log aggregation- Specified by:
getDiagnosticMessagein classLogAggregationReport- Returns:
- diagnositic information of this log aggregation
-
setDiagnosticMessage
- Specified by:
setDiagnosticMessagein classLogAggregationReport
-