|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Counters | |
|---|---|
| org.apache.hadoop.mapred | |
| Uses of Counters in org.apache.hadoop.mapred |
|---|
| Methods in org.apache.hadoop.mapred that return Counters | |
|---|---|
static Counters |
Counters.fromEscapedCompactString(String compactString)
Convert a stringified (by makeEscapedCompactString() counter
representation into a counter object. |
Counters |
TaskReport.getCounters()
|
Counters |
RunningJob.getCounters()
Gets the counters for this job. |
static Counters |
Counters.sum(Counters a,
Counters b)
Convenience method for computing the sum of two sets of counters. |
| Methods in org.apache.hadoop.mapred with parameters of type Counters | |
|---|---|
void |
Counters.incrAllCounters(Counters other)
Increments multiple counters by their amounts in another Counters instance. |
static Counters |
Counters.sum(Counters a,
Counters b)
Convenience method for computing the sum of two sets of counters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||