|
||||||||||
| 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<JhCounterGroup>
org.apache.hadoop.mapreduce.jobhistory.JhCounterGroup.Builder
public static class JhCounterGroup.Builder
RecordBuilder for JhCounterGroup instances.
| Method Summary | |
|---|---|
JhCounterGroup |
build()
|
JhCounterGroup.Builder |
clearCounts()
Clears the value of the 'counts' field |
JhCounterGroup.Builder |
clearDisplayName()
Clears the value of the 'displayName' field |
JhCounterGroup.Builder |
clearName()
Clears the value of the 'name' field |
List<JhCounter> |
getCounts()
Gets the value of the 'counts' field |
CharSequence |
getDisplayName()
Gets the value of the 'displayName' field |
CharSequence |
getName()
Gets the value of the 'name' field |
boolean |
hasCounts()
Checks whether the 'counts' field has been set |
boolean |
hasDisplayName()
Checks whether the 'displayName' field has been set |
boolean |
hasName()
Checks whether the 'name' field has been set |
JhCounterGroup.Builder |
setCounts(List<JhCounter> value)
Sets the value of the 'counts' field |
JhCounterGroup.Builder |
setDisplayName(CharSequence value)
Sets the value of the 'displayName' field |
JhCounterGroup.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 JhCounterGroup.Builder setName(CharSequence value)
public boolean hasName()
public JhCounterGroup.Builder clearName()
public CharSequence getDisplayName()
public JhCounterGroup.Builder setDisplayName(CharSequence value)
public boolean hasDisplayName()
public JhCounterGroup.Builder clearDisplayName()
public List<JhCounter> getCounts()
public JhCounterGroup.Builder setCounts(List<JhCounter> value)
public boolean hasCounts()
public JhCounterGroup.Builder clearCounts()
public JhCounterGroup build()
build in interface org.apache.avro.data.RecordBuilder<JhCounterGroup>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||