Uses of Class
org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl

Packages that use JobImpl
org.apache.hadoop.mapreduce.v2.app.job.impl   
 

Uses of JobImpl in org.apache.hadoop.mapreduce.v2.app.job.impl
 

Fields in org.apache.hadoop.mapreduce.v2.app.job.impl with type parameters of type JobImpl
protected static org.apache.hadoop.yarn.state.StateMachineFactory<JobImpl,JobStateInternal,JobEventType,JobEvent> JobImpl.stateMachineFactory
           
 

Methods in org.apache.hadoop.mapreduce.v2.app.job.impl with parameters of type JobImpl
protected  org.apache.hadoop.mapreduce.split.JobSplit.TaskSplitMetaInfo[] JobImpl.InitTransition.createSplits(JobImpl job, org.apache.hadoop.mapreduce.v2.api.records.JobId jobId)
           
protected  void JobImpl.InitTransition.setup(JobImpl job)
           
 JobStateInternal JobImpl.InitTransition.transition(JobImpl job, JobEvent event)
          Note that this transition method is called directly (and synchronously) by MRAppMaster's init() method (i.e., no RPC, no thread-switching; just plain sequential call within AM context), so we can trigger modifications in AM state from here (at least, if AM is written that way; MR version is).
 void JobImpl.StartTransition.transition(JobImpl job, JobEvent event)
          This transition executes in the event-dispatcher thread, though it's triggered in MRAppMaster's startJobs() method.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.