Uses of Interface
org.apache.hadoop.mapreduce.v2.app.job.Job

Packages that use Job
org.apache.hadoop.mapreduce.v2.app   
org.apache.hadoop.mapreduce.v2.app.job.impl   
org.apache.hadoop.mapreduce.v2.app.metrics   
org.apache.hadoop.mapreduce.v2.app.rm   
org.apache.hadoop.mapreduce.v2.app.webapp   
org.apache.hadoop.mapreduce.v2.app.webapp.dao   
 

Uses of Job in org.apache.hadoop.mapreduce.v2.app
 

Methods in org.apache.hadoop.mapreduce.v2.app that return Job
protected  Job MRAppMaster.createJob(org.apache.hadoop.conf.Configuration conf, JobStateInternal forcedState, String diagnostic)
          Create and initialize (but don't start) a single job.
 Job AppContext.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 Job
 Map<org.apache.hadoop.mapreduce.v2.api.records.JobId,Job> AppContext.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
 class JobImpl
          Implementation of Job interface.
 

Uses of Job in org.apache.hadoop.mapreduce.v2.app.metrics
 

Methods in org.apache.hadoop.mapreduce.v2.app.metrics with parameters of type Job
 void MRAppMetrics.completedJob(Job job)
           
 void MRAppMetrics.endPreparingJob(Job job)
           
 void MRAppMetrics.endRunningJob(Job job)
           
 void MRAppMetrics.failedJob(Job job)
           
 void MRAppMetrics.killedJob(Job job)
           
 void MRAppMetrics.preparingJob(Job job)
           
 void MRAppMetrics.runningJob(Job job)
           
 void MRAppMetrics.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
protected  Job RMCommunicator.getJob()
           
 

Uses of Job in org.apache.hadoop.mapreduce.v2.app.webapp
 

Fields in org.apache.hadoop.mapreduce.v2.app.webapp declared as Job
protected  Job SingleCounterBlock.job
           
 

Methods in org.apache.hadoop.mapreduce.v2.app.webapp that return Job
 Job App.getJob()
           
static Job AMWebServices.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 Job
static Task AMWebServices.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
ConfInfo(Job job)
           
JobCounterInfo(AppContext ctx, Job job)
           
JobInfo(Job job, Boolean hasAccess)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.