Package | Description |
---|---|
org.apache.hadoop.mapred |
Modifier and Type | Method and Description |
---|---|
Counters.Counter |
Counters.Group.addCounter(String name,
String displayName,
long value) |
Counters.Counter |
Counters.Group.findCounter(String counterName) |
Counters.Counter |
Counters.Group.findCounter(String counterName,
boolean create) |
Counters.Counter |
Counters.findCounter(String group,
int id,
String name)
Deprecated.
use
Counters.findCounter(String, String) instead |
Counters.Counter |
Counters.findCounter(String group,
String name) |
Counters.Counter |
Counters.Group.findCounter(String counterName,
String displayName) |
Counters.Counter |
Reporter.getCounter(Enum<?> name)
Get the
Counters.Counter of the given group with the given name. |
Counters.Counter |
Counters.Group.getCounter(int id,
String name)
Deprecated.
use
Counters.Group.findCounter(String) instead |
Counters.Counter |
Reporter.getCounter(String group,
String name)
Get the
Counters.Counter of the given group with the given name. |
Counters.Counter |
Counters.Group.getCounterForName(String name)
Get the counter for the given name and create it if it doesn't exist.
|
Modifier and Type | Method and Description |
---|---|
CounterGroupBase<Counters.Counter> |
Counters.Group.getUnderlyingGroup() |
Iterator<Counters.Counter> |
Counters.Group.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
Counters.Group.addCounter(Counters.Counter counter) |
boolean |
Counters.Counter.contentEquals(Counters.Counter counter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Counters.Group.incrAllCounters(CounterGroupBase<Counters.Counter> rightGroup) |
Copyright © 2017 Apache Software Foundation. All rights reserved.