|
||||||||||
| 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<JhCounters>
org.apache.hadoop.mapreduce.jobhistory.JhCounters.Builder
public static class JhCounters.Builder
RecordBuilder for JhCounters instances.
| Method Summary | |
|---|---|
JhCounters |
build()
|
JhCounters.Builder |
clearGroups()
Clears the value of the 'groups' field |
JhCounters.Builder |
clearName()
Clears the value of the 'name' field |
List<JhCounterGroup> |
getGroups()
Gets the value of the 'groups' field |
CharSequence |
getName()
Gets the value of the 'name' field |
boolean |
hasGroups()
Checks whether the 'groups' field has been set |
boolean |
hasName()
Checks whether the 'name' field has been set |
JhCounters.Builder |
setGroups(List<JhCounterGroup> value)
Sets the value of the 'groups' field |
JhCounters.Builder |
setName(CharSequence value)
Sets the value of the 'name' 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 getName()
public JhCounters.Builder setName(CharSequence value)
public boolean hasName()
public JhCounters.Builder clearName()
public List<JhCounterGroup> getGroups()
public JhCounters.Builder setGroups(List<JhCounterGroup> value)
public boolean hasGroups()
public JhCounters.Builder clearGroups()
public JhCounters build()
build in interface org.apache.avro.data.RecordBuilder<JhCounters>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||