Uses of Class
org.apache.hadoop.mapreduce.v2.app.job.JobStateInternal

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

Uses of JobStateInternal in org.apache.hadoop.mapreduce.v2.app.job
 

Methods in org.apache.hadoop.mapreduce.v2.app.job that return JobStateInternal
static JobStateInternal JobStateInternal.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobStateInternal[] JobStateInternal.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

Methods in org.apache.hadoop.mapreduce.v2.app.job.impl that return JobStateInternal
 JobStateInternal JobImpl.getInternalState()
           
 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).
 

Methods in org.apache.hadoop.mapreduce.v2.app.job.impl that return types with arguments of type JobStateInternal
protected  org.apache.hadoop.yarn.state.StateMachine<JobStateInternal,JobEventType,JobEvent> JobImpl.getStateMachine()
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.