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

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

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

RecordBuilder for TaskUpdated instances.


Method Summary
 TaskUpdated build()
           
 TaskUpdated.Builder clearFinishTime()
          Clears the value of the 'finishTime' field
 TaskUpdated.Builder clearTaskid()
          Clears the value of the 'taskid' field
 Long getFinishTime()
          Gets the value of the 'finishTime' field
 CharSequence getTaskid()
          Gets the value of the 'taskid' field
 boolean hasFinishTime()
          Checks whether the 'finishTime' field has been set
 boolean hasTaskid()
          Checks whether the 'taskid' field has been set
 TaskUpdated.Builder setFinishTime(long value)
          Sets the value of the 'finishTime' field
 TaskUpdated.Builder setTaskid(CharSequence value)
          Sets the value of the 'taskid' 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

getTaskid

public CharSequence getTaskid()
Gets the value of the 'taskid' field


setTaskid

public TaskUpdated.Builder setTaskid(CharSequence value)
Sets the value of the 'taskid' field


hasTaskid

public boolean hasTaskid()
Checks whether the 'taskid' field has been set


clearTaskid

public TaskUpdated.Builder clearTaskid()
Clears the value of the 'taskid' field


getFinishTime

public Long getFinishTime()
Gets the value of the 'finishTime' field


setFinishTime

public TaskUpdated.Builder setFinishTime(long value)
Sets the value of the 'finishTime' field


hasFinishTime

public boolean hasFinishTime()
Checks whether the 'finishTime' field has been set


clearFinishTime

public TaskUpdated.Builder clearFinishTime()
Clears the value of the 'finishTime' field


build

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


Copyright © 2014 Apache Software Foundation. All Rights Reserved.