Uses of Class
org.apache.hadoop.mapreduce.v2.app.job.event.JobEventType

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

Uses of JobEventType in org.apache.hadoop.mapreduce.v2.app.job.event
 

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

Constructors in org.apache.hadoop.mapreduce.v2.app.job.event with parameters of type JobEventType
JobEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID, JobEventType type)
           
 

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

Fields in org.apache.hadoop.mapreduce.v2.app.job.impl with type parameters of type JobEventType
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 types with arguments of type JobEventType
protected  org.apache.hadoop.yarn.state.StateMachine<JobStateInternal,JobEventType,JobEvent> JobImpl.getStateMachine()
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.