Uses of Class
org.apache.hadoop.mapreduce.v2.api.records.JobState

Packages that use JobState
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.v2.api.records   
org.apache.hadoop.mapreduce.v2.api.records.impl.pb   
org.apache.hadoop.mapreduce.v2.util   
 

Uses of JobState in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce with parameters of type JobState
static int TypeConverter.fromYarn(JobState state)
           
 

Uses of JobState in org.apache.hadoop.mapreduce.v2.api.records
 

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

Methods in org.apache.hadoop.mapreduce.v2.api.records with parameters of type JobState
 void JobReport.setJobState(JobState jobState)
           
 

Uses of JobState in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return JobState
 JobState JobReportPBImpl.getJobState()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type JobState
 void JobReportPBImpl.setJobState(JobState jobState)
           
 

Uses of JobState in org.apache.hadoop.mapreduce.v2.util
 

Methods in org.apache.hadoop.mapreduce.v2.util that return JobState
static JobState MRProtoUtils.convertFromProtoFormat(MRProtos.JobStateProto e)
           
 

Methods in org.apache.hadoop.mapreduce.v2.util with parameters of type JobState
static MRProtos.JobStateProto MRProtoUtils.convertToProtoFormat(JobState e)
           
static JobReport MRBuilderUtils.newJobReport(JobId jobId, String jobName, String userName, JobState state, long submitTime, long startTime, long finishTime, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, String jobFile, List<AMInfo> amInfos, boolean isUber, String diagnostics)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.