|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<TaskUpdated>
org.apache.hadoop.mapreduce.jobhistory.TaskUpdated.Builder
public static class TaskUpdated.Builder
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 |
---|
public CharSequence getTaskid()
public TaskUpdated.Builder setTaskid(CharSequence value)
public boolean hasTaskid()
public TaskUpdated.Builder clearTaskid()
public Long getFinishTime()
public TaskUpdated.Builder setFinishTime(long value)
public boolean hasFinishTime()
public TaskUpdated.Builder clearFinishTime()
public TaskUpdated build()
build
in interface org.apache.avro.data.RecordBuilder<TaskUpdated>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |