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
|
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
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.