Package | Description |
---|---|
org.apache.hadoop.mapreduce.jobhistory |
Modifier and Type | Field and Description |
---|---|
List<JhCounter> |
JhCounterGroup.counts
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
JhCounter |
JhCounter.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<JhCounter> |
JhCounterGroup.getCounts()
Gets the value of the 'counts' field.
|
List<JhCounter> |
JhCounterGroup.Builder.getCounts()
Gets the value of the 'counts' field
|
Modifier and Type | Method and Description |
---|---|
static JhCounter.Builder |
JhCounter.newBuilder(JhCounter other)
Creates a new JhCounter RecordBuilder by copying an existing JhCounter instance
|
Modifier and Type | Method and Description |
---|---|
void |
JhCounterGroup.setCounts(List<JhCounter> value)
Sets the value of the 'counts' field.
|
JhCounterGroup.Builder |
JhCounterGroup.Builder.setCounts(List<JhCounter> value)
Sets the value of the 'counts' field
|
Constructor and Description |
---|
JhCounterGroup(CharSequence name,
CharSequence displayName,
List<JhCounter> counts)
All-args constructor.
|
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.