org.apache.hadoop.mapreduce.v2.app.job.impl
Class JobImpl.StartTransition
java.lang.Object
org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl.StartTransition
- All Implemented Interfaces:
- org.apache.hadoop.yarn.state.SingleArcTransition<JobImpl,JobEvent>
- Enclosing class:
- JobImpl
public static class JobImpl.StartTransition
- extends Object
- implements org.apache.hadoop.yarn.state.SingleArcTransition<JobImpl,JobEvent>
|
Method Summary |
void |
transition(JobImpl job,
JobEvent event)
This transition executes in the event-dispatcher thread, though it's
triggered in MRAppMaster's startJobs() method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobImpl.StartTransition
public JobImpl.StartTransition()
transition
public void transition(JobImpl job,
JobEvent event)
- This transition executes in the event-dispatcher thread, though it's
triggered in MRAppMaster's startJobs() method.
- Specified by:
transition in interface org.apache.hadoop.yarn.state.SingleArcTransition<JobImpl,JobEvent>
Copyright © 2013 Apache Software Foundation. All Rights Reserved.