Package | Description |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Modifier and Type | Method and Description |
---|---|
JhCounters.Builder |
JhCounters.Builder.clearGroups()
Clears the value of the 'groups' field.
|
JhCounters.Builder |
JhCounters.Builder.clearName()
Clears the value of the 'name' field.
|
JhCounters.Builder |
TaskFailed.Builder.getCountersBuilder()
Gets the Builder instance for the 'counters' field and creates one if it doesn't exist yet.
|
JhCounters.Builder |
TaskFinished.Builder.getCountersBuilder()
Gets the Builder instance for the 'counters' field and creates one if it doesn't exist yet.
|
JhCounters.Builder |
TaskAttemptUnsuccessfulCompletion.Builder.getCountersBuilder()
Gets the Builder instance for the 'counters' field and creates one if it doesn't exist yet.
|
JhCounters.Builder |
MapAttemptFinished.Builder.getCountersBuilder()
Gets the Builder instance for the 'counters' field and creates one if it doesn't exist yet.
|
JhCounters.Builder |
ReduceAttemptFinished.Builder.getCountersBuilder()
Gets the Builder instance for the 'counters' field and creates one if it doesn't exist yet.
|
JhCounters.Builder |
TaskAttemptFinished.Builder.getCountersBuilder()
Gets the Builder instance for the 'counters' field and creates one if it doesn't exist yet.
|
JhCounters.Builder |
JobFinished.Builder.getMapCountersBuilder()
Gets the Builder instance for the 'mapCounters' field and creates one if it doesn't exist yet.
|
JhCounters.Builder |
JobFinished.Builder.getReduceCountersBuilder()
Gets the Builder instance for the 'reduceCounters' field and creates one if it doesn't exist yet.
|
JhCounters.Builder |
JobFinished.Builder.getTotalCountersBuilder()
Gets the Builder instance for the 'totalCounters' field and creates one if it doesn't exist yet.
|
static JhCounters.Builder |
JhCounters.newBuilder()
Creates a new JhCounters RecordBuilder.
|
static JhCounters.Builder |
JhCounters.newBuilder(JhCounters.Builder other)
Creates a new JhCounters RecordBuilder by copying an existing Builder.
|
static JhCounters.Builder |
JhCounters.newBuilder(JhCounters other)
Creates a new JhCounters RecordBuilder by copying an existing JhCounters instance.
|
JhCounters.Builder |
JhCounters.Builder.setGroups(List<JhCounterGroup> value)
Sets the value of the 'groups' field.
|
JhCounters.Builder |
JhCounters.Builder.setName(CharSequence value)
Sets the value of the 'name' field.
|
Modifier and Type | Method and Description |
---|---|
static JhCounters.Builder |
JhCounters.newBuilder(JhCounters.Builder other)
Creates a new JhCounters RecordBuilder by copying an existing Builder.
|
TaskFailed.Builder |
TaskFailed.Builder.setCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'counters' field
|
TaskFinished.Builder |
TaskFinished.Builder.setCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'counters' field
|
TaskAttemptUnsuccessfulCompletion.Builder |
TaskAttemptUnsuccessfulCompletion.Builder.setCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'counters' field
|
MapAttemptFinished.Builder |
MapAttemptFinished.Builder.setCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'counters' field
|
ReduceAttemptFinished.Builder |
ReduceAttemptFinished.Builder.setCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'counters' field
|
TaskAttemptFinished.Builder |
TaskAttemptFinished.Builder.setCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'counters' field
|
JobFinished.Builder |
JobFinished.Builder.setMapCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'mapCounters' field
|
JobFinished.Builder |
JobFinished.Builder.setReduceCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'reduceCounters' field
|
JobFinished.Builder |
JobFinished.Builder.setTotalCountersBuilder(JhCounters.Builder value)
Sets the Builder instance for the 'totalCounters' field
|
Copyright © 2016 Apache Software Foundation. All Rights Reserved.