|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JhCounter.Builder | |
|---|---|
| org.apache.hadoop.mapreduce.jobhistory | |
| Uses of JhCounter.Builder in org.apache.hadoop.mapreduce.jobhistory |
|---|
| Methods in org.apache.hadoop.mapreduce.jobhistory that return JhCounter.Builder | |
|---|---|
JhCounter.Builder |
JhCounter.Builder.clearDisplayName()
Clears the value of the 'displayName' field |
JhCounter.Builder |
JhCounter.Builder.clearName()
Clears the value of the 'name' field |
JhCounter.Builder |
JhCounter.Builder.clearValue()
Clears the value of the 'value' field |
static JhCounter.Builder |
JhCounter.newBuilder()
Creates a new JhCounter RecordBuilder |
static JhCounter.Builder |
JhCounter.newBuilder(JhCounter.Builder other)
Creates a new JhCounter RecordBuilder by copying an existing Builder |
static JhCounter.Builder |
JhCounter.newBuilder(JhCounter other)
Creates a new JhCounter RecordBuilder by copying an existing JhCounter instance |
JhCounter.Builder |
JhCounter.Builder.setDisplayName(CharSequence value)
Sets the value of the 'displayName' field |
JhCounter.Builder |
JhCounter.Builder.setName(CharSequence value)
Sets the value of the 'name' field |
JhCounter.Builder |
JhCounter.Builder.setValue(long value)
Sets the value of the 'value' field |
| Methods in org.apache.hadoop.mapreduce.jobhistory with parameters of type JhCounter.Builder | |
|---|---|
static JhCounter.Builder |
JhCounter.newBuilder(JhCounter.Builder other)
Creates a new JhCounter RecordBuilder by copying an existing Builder |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||