Uses of Interface
org.apache.hadoop.mapreduce.v2.api.records.JobReport
Packages that use JobReport
Package
Description
-
Uses of JobReport in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce with parameters of type JobReport -
Uses of JobReport in org.apache.hadoop.mapreduce.v2.api.protocolrecords
Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords that return JobReportMethods in org.apache.hadoop.mapreduce.v2.api.protocolrecords with parameters of type JobReport -
Uses of JobReport in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb that return JobReportMethods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with parameters of type JobReportModifier and TypeMethodDescriptionvoidGetJobReportResponsePBImpl.setJobReport(JobReport jobReport) -
Uses of JobReport in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
Classes in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that implement JobReport -
Uses of JobReport in org.apache.hadoop.mapreduce.v2.util
Methods in org.apache.hadoop.mapreduce.v2.util that return JobReportModifier and TypeMethodDescriptionstatic JobReportMRBuilderUtils.newJobReport(JobId jobId, String jobName, String userName, JobState state, long submitTime, long startTime, long finishTime, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, String jobFile, List<AMInfo> amInfos, boolean isUber, String diagnostics) static JobReportMRBuilderUtils.newJobReport(JobId jobId, String jobName, String userName, JobState state, long submitTime, long startTime, long finishTime, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, String jobFile, List<AMInfo> amInfos, boolean isUber, String diagnostics, org.apache.hadoop.yarn.api.records.Priority priority)