public static class JobImpl.StartTransition extends Object implements SingleArcTransition<JobImpl,JobEvent>
| Constructor and Description |
|---|
JobImpl.StartTransition() |
| Modifier and Type | Method and Description |
|---|---|
void |
transition(JobImpl job,
JobEvent event)
This transition executes in the event-dispatcher thread, though it's
triggered in MRAppMaster's startJobs() method.
|
public void transition(JobImpl job, JobEvent event)
transition in interface SingleArcTransition<JobImpl,JobEvent>job - the entity attached to the FSM, whose internal
state may change.event - causal eventCopyright © 2013 Apache Software Foundation. All rights reserved.