Uses of Class
org.apache.hadoop.yarn.server.api.protocolrecords.LogAggregationReport
Packages that use LogAggregationReport
Package
Description
-
Uses of LogAggregationReport in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return LogAggregationReportModifier and TypeMethodDescriptionstatic LogAggregationReportLogAggregationReport.newInstance(org.apache.hadoop.yarn.api.records.ApplicationId appId, org.apache.hadoop.yarn.api.records.LogAggregationStatus status, String diagnosticMessage) Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return types with arguments of type LogAggregationReportModifier and TypeMethodDescriptionabstract List<LogAggregationReport>NodeHeartbeatRequest.getLogAggregationReportsForApps()abstract List<LogAggregationReport>RegisterNodeManagerRequest.getLogAggregationReportsForApps()Method parameters in org.apache.hadoop.yarn.server.api.protocolrecords with type arguments of type LogAggregationReportModifier and TypeMethodDescriptionabstract voidNodeHeartbeatRequest.setLogAggregationReportsForApps(List<LogAggregationReport> logAggregationReportsForApps) abstract voidRegisterNodeManagerRequest.setLogAggregationReportsForApps(List<LogAggregationReport> logAggregationReportsForApps) -
Uses of LogAggregationReport in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb
Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb that return types with arguments of type LogAggregationReportModifier and TypeMethodDescriptionNodeHeartbeatRequestPBImpl.getLogAggregationReportsForApps()RegisterNodeManagerRequestPBImpl.getLogAggregationReportsForApps()Method parameters in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb with type arguments of type LogAggregationReportModifier and TypeMethodDescriptionvoidNodeHeartbeatRequestPBImpl.setLogAggregationReportsForApps(List<LogAggregationReport> logAggregationStatusForApps) voidRegisterNodeManagerRequestPBImpl.setLogAggregationReportsForApps(List<LogAggregationReport> logAggregationStatusForApps)