|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Counters.Counter | |
---|---|
org.apache.hadoop.mapred |
Uses of Counters.Counter in org.apache.hadoop.mapred |
---|
Methods in org.apache.hadoop.mapred that return Counters.Counter | |
---|---|
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. |
Methods in org.apache.hadoop.mapred that return types with arguments of type Counters.Counter | |
---|---|
CounterGroupBase<Counters.Counter> |
Counters.Group.getUnderlyingGroup()
|
Iterator<Counters.Counter> |
Counters.Group.iterator()
|
Methods in org.apache.hadoop.mapred with parameters of type Counters.Counter | |
---|---|
void |
Counters.Group.addCounter(Counters.Counter counter)
|
boolean |
Counters.Counter.contentEquals(Counters.Counter counter)
Deprecated. |
Method parameters in org.apache.hadoop.mapred with type arguments of type Counters.Counter | |
---|---|
void |
Counters.Group.incrAllCounters(CounterGroupBase<Counters.Counter> rightGroup)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |