Uses of Class
org.apache.hadoop.mapreduce.jobhistory.JobInited.Builder

Packages that use JobInited.Builder
org.apache.hadoop.mapreduce.jobhistory   
 

Uses of JobInited.Builder in org.apache.hadoop.mapreduce.jobhistory
 

Methods in org.apache.hadoop.mapreduce.jobhistory that return JobInited.Builder
 JobInited.Builder JobInited.Builder.clearJobid()
          Clears the value of the 'jobid' field
 JobInited.Builder JobInited.Builder.clearJobStatus()
          Clears the value of the 'jobStatus' field
 JobInited.Builder JobInited.Builder.clearLaunchTime()
          Clears the value of the 'launchTime' field
 JobInited.Builder JobInited.Builder.clearTotalMaps()
          Clears the value of the 'totalMaps' field
 JobInited.Builder JobInited.Builder.clearTotalReduces()
          Clears the value of the 'totalReduces' field
 JobInited.Builder JobInited.Builder.clearUberized()
          Clears the value of the 'uberized' field
static JobInited.Builder JobInited.newBuilder()
          Creates a new JobInited RecordBuilder
static JobInited.Builder JobInited.newBuilder(JobInited.Builder other)
          Creates a new JobInited RecordBuilder by copying an existing Builder
static JobInited.Builder JobInited.newBuilder(JobInited other)
          Creates a new JobInited RecordBuilder by copying an existing JobInited instance
 JobInited.Builder JobInited.Builder.setJobid(CharSequence value)
          Sets the value of the 'jobid' field
 JobInited.Builder JobInited.Builder.setJobStatus(CharSequence value)
          Sets the value of the 'jobStatus' field
 JobInited.Builder JobInited.Builder.setLaunchTime(long value)
          Sets the value of the 'launchTime' field
 JobInited.Builder JobInited.Builder.setTotalMaps(int value)
          Sets the value of the 'totalMaps' field
 JobInited.Builder JobInited.Builder.setTotalReduces(int value)
          Sets the value of the 'totalReduces' field
 JobInited.Builder JobInited.Builder.setUberized(boolean value)
          Sets the value of the 'uberized' field
 

Methods in org.apache.hadoop.mapreduce.jobhistory with parameters of type JobInited.Builder
static JobInited.Builder JobInited.newBuilder(JobInited.Builder other)
          Creates a new JobInited RecordBuilder by copying an existing Builder
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.