| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Job | MRAppMaster.RunningAppContext. getJob(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<org.apache.hadoop.mapreduce.v2.api.records.JobId,Job> | AppContext. getAllJobs() | 
| Map<org.apache.hadoop.mapreduce.v2.api.records.JobId,Job> | MRAppMaster.RunningAppContext. getAllJobs() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JobImplImplementation of Job interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Job | RMCommunicator. getJob() | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Job | SingleCounterBlock. job | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Task | AMWebServices. getTaskFromTaskIdString(String tid,
                       Job job)convert a task id string to an actual task and handle all the error
 checking. | 
| Constructor and Description | 
|---|
| ConfInfo(Job job) | 
| JobCounterInfo(AppContext ctx,
              Job job) | 
| JobInfo(Job job,
       Boolean hasAccess) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.