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

java.lang.Object
  extended by org.apache.avro.data.RecordBuilderBase<T>
      extended by org.apache.avro.specific.SpecificRecordBuilderBase<JobInited>
          extended by org.apache.hadoop.mapreduce.jobhistory.JobInited.Builder
All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<JobInited>
Enclosing class:
JobInited

public static class JobInited.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<JobInited>
implements org.apache.avro.data.RecordBuilder<JobInited>

RecordBuilder for JobInited instances.


Method Summary
 JobInited build()
           
 JobInited.Builder clearJobid()
          Clears the value of the 'jobid' field
 JobInited.Builder clearJobStatus()
          Clears the value of the 'jobStatus' field
 JobInited.Builder clearLaunchTime()
          Clears the value of the 'launchTime' field
 JobInited.Builder clearTotalMaps()
          Clears the value of the 'totalMaps' field
 JobInited.Builder clearTotalReduces()
          Clears the value of the 'totalReduces' field
 JobInited.Builder clearUberized()
          Clears the value of the 'uberized' field
 CharSequence getJobid()
          Gets the value of the 'jobid' field
 CharSequence getJobStatus()
          Gets the value of the 'jobStatus' field
 Long getLaunchTime()
          Gets the value of the 'launchTime' field
 Integer getTotalMaps()
          Gets the value of the 'totalMaps' field
 Integer getTotalReduces()
          Gets the value of the 'totalReduces' field
 Boolean getUberized()
          Gets the value of the 'uberized' field
 boolean hasJobid()
          Checks whether the 'jobid' field has been set
 boolean hasJobStatus()
          Checks whether the 'jobStatus' field has been set
 boolean hasLaunchTime()
          Checks whether the 'launchTime' field has been set
 boolean hasTotalMaps()
          Checks whether the 'totalMaps' field has been set
 boolean hasTotalReduces()
          Checks whether the 'totalReduces' field has been set
 boolean hasUberized()
          Checks whether the 'uberized' field has been set
 JobInited.Builder setJobid(CharSequence value)
          Sets the value of the 'jobid' field
 JobInited.Builder setJobStatus(CharSequence value)
          Sets the value of the 'jobStatus' field
 JobInited.Builder setLaunchTime(long value)
          Sets the value of the 'launchTime' field
 JobInited.Builder setTotalMaps(int value)
          Sets the value of the 'totalMaps' field
 JobInited.Builder setTotalReduces(int value)
          Sets the value of the 'totalReduces' field
 JobInited.Builder setUberized(boolean value)
          Sets the value of the 'uberized' field
 
Methods inherited from class org.apache.avro.data.RecordBuilderBase
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJobid

public CharSequence getJobid()
Gets the value of the 'jobid' field


setJobid

public JobInited.Builder setJobid(CharSequence value)
Sets the value of the 'jobid' field


hasJobid

public boolean hasJobid()
Checks whether the 'jobid' field has been set


clearJobid

public JobInited.Builder clearJobid()
Clears the value of the 'jobid' field


getLaunchTime

public Long getLaunchTime()
Gets the value of the 'launchTime' field


setLaunchTime

public JobInited.Builder setLaunchTime(long value)
Sets the value of the 'launchTime' field


hasLaunchTime

public boolean hasLaunchTime()
Checks whether the 'launchTime' field has been set


clearLaunchTime

public JobInited.Builder clearLaunchTime()
Clears the value of the 'launchTime' field


getTotalMaps

public Integer getTotalMaps()
Gets the value of the 'totalMaps' field


setTotalMaps

public JobInited.Builder setTotalMaps(int value)
Sets the value of the 'totalMaps' field


hasTotalMaps

public boolean hasTotalMaps()
Checks whether the 'totalMaps' field has been set


clearTotalMaps

public JobInited.Builder clearTotalMaps()
Clears the value of the 'totalMaps' field


getTotalReduces

public Integer getTotalReduces()
Gets the value of the 'totalReduces' field


setTotalReduces

public JobInited.Builder setTotalReduces(int value)
Sets the value of the 'totalReduces' field


hasTotalReduces

public boolean hasTotalReduces()
Checks whether the 'totalReduces' field has been set


clearTotalReduces

public JobInited.Builder clearTotalReduces()
Clears the value of the 'totalReduces' field


getJobStatus

public CharSequence getJobStatus()
Gets the value of the 'jobStatus' field


setJobStatus

public JobInited.Builder setJobStatus(CharSequence value)
Sets the value of the 'jobStatus' field


hasJobStatus

public boolean hasJobStatus()
Checks whether the 'jobStatus' field has been set


clearJobStatus

public JobInited.Builder clearJobStatus()
Clears the value of the 'jobStatus' field


getUberized

public Boolean getUberized()
Gets the value of the 'uberized' field


setUberized

public JobInited.Builder setUberized(boolean value)
Sets the value of the 'uberized' field


hasUberized

public boolean hasUberized()
Checks whether the 'uberized' field has been set


clearUberized

public JobInited.Builder clearUberized()
Clears the value of the 'uberized' field


build

public JobInited build()
Specified by:
build in interface org.apache.avro.data.RecordBuilder<JobInited>


Copyright © 2013 Apache Software Foundation. All Rights Reserved.