|
||||||||||
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<JobPriorityChange>
org.apache.hadoop.mapreduce.jobhistory.JobPriorityChange.Builder
public static class JobPriorityChange.Builder
RecordBuilder for JobPriorityChange instances.
Method Summary | |
---|---|
JobPriorityChange |
build()
|
JobPriorityChange.Builder |
clearJobid()
Clears the value of the 'jobid' field |
JobPriorityChange.Builder |
clearPriority()
Clears the value of the 'priority' field |
CharSequence |
getJobid()
Gets the value of the 'jobid' field |
CharSequence |
getPriority()
Gets the value of the 'priority' field |
boolean |
hasJobid()
Checks whether the 'jobid' field has been set |
boolean |
hasPriority()
Checks whether the 'priority' field has been set |
JobPriorityChange.Builder |
setJobid(CharSequence value)
Sets the value of the 'jobid' field |
JobPriorityChange.Builder |
setPriority(CharSequence value)
Sets the value of the 'priority' 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 getJobid()
public JobPriorityChange.Builder setJobid(CharSequence value)
public boolean hasJobid()
public JobPriorityChange.Builder clearJobid()
public CharSequence getPriority()
public JobPriorityChange.Builder setPriority(CharSequence value)
public boolean hasPriority()
public JobPriorityChange.Builder clearPriority()
public JobPriorityChange build()
build
in interface org.apache.avro.data.RecordBuilder<JobPriorityChange>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |