Uses of Interface
org.apache.hadoop.mapreduce.v2.app.job.Job
Packages that use Job
Package
Description
-
Uses of Job in org.apache.hadoop.mapreduce.v2.app
Methods in org.apache.hadoop.mapreduce.v2.app that return JobModifier and TypeMethodDescriptionprotected JobMRAppMaster.createJob(org.apache.hadoop.conf.Configuration conf, JobStateInternal forcedState, String diagnostic) Create and initialize (but don't start) a single job.AppContext.getJob(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID) MRAppMaster.RunningAppContext.getJob(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID) Methods in org.apache.hadoop.mapreduce.v2.app that return types with arguments of type JobModifier and TypeMethodDescriptionAppContext.getAllJobs()MRAppMaster.RunningAppContext.getAllJobs() -
Uses of Job in org.apache.hadoop.mapreduce.v2.app.job.impl
Classes in org.apache.hadoop.mapreduce.v2.app.job.impl that implement Job -
Uses of Job in org.apache.hadoop.mapreduce.v2.app.metrics
Methods in org.apache.hadoop.mapreduce.v2.app.metrics with parameters of type JobModifier and TypeMethodDescriptionvoidMRAppMetrics.completedJob(Job job) voidMRAppMetrics.endPreparingJob(Job job) voidMRAppMetrics.endRunningJob(Job job) voidvoidvoidMRAppMetrics.preparingJob(Job job) voidMRAppMetrics.runningJob(Job job) voidMRAppMetrics.submittedJob(Job job) -
Uses of Job in org.apache.hadoop.mapreduce.v2.app.rm
Methods in org.apache.hadoop.mapreduce.v2.app.rm that return Job -
Uses of Job in org.apache.hadoop.mapreduce.v2.app.speculate
Fields in org.apache.hadoop.mapreduce.v2.app.speculate with type parameters of type JobModifier and TypeFieldDescriptionprotected final Map<Job,DataStatistics> StartEndTimesBase.mapperStatisticsprotected final Map<Job,DataStatistics> StartEndTimesBase.mapperStatisticsprotected final Map<Job,DataStatistics> StartEndTimesBase.mapperStatisticsprotected final Map<Job,DataStatistics> StartEndTimesBase.reducerStatisticsprotected final Map<Job,DataStatistics> StartEndTimesBase.reducerStatisticsprotected final Map<Job,DataStatistics> StartEndTimesBase.reducerStatistics -
Uses of Job in org.apache.hadoop.mapreduce.v2.app.webapp
Fields in org.apache.hadoop.mapreduce.v2.app.webapp declared as JobMethods in org.apache.hadoop.mapreduce.v2.app.webapp that return JobModifier and TypeMethodDescriptionApp.getJob()static JobAMWebServices.getJobFromContainerIdString(String cid, AppContext appCtx) static JobAMWebServices.getJobFromJobIdString(String jid, AppContext appCtx) convert a job id string to an actual job and handle all the error checking.Methods in org.apache.hadoop.mapreduce.v2.app.webapp with parameters of type JobModifier and TypeMethodDescriptionstatic TaskAMWebServices.getTaskFromTaskIdString(String tid, Job job) convert a task id string to an actual task and handle all the error checking. -
Uses of Job in org.apache.hadoop.mapreduce.v2.app.webapp.dao
Constructors in org.apache.hadoop.mapreduce.v2.app.webapp.dao with parameters of type Job