| Package | Description | 
|---|---|
| org.apache.hadoop.mapred | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
Copyright © 2018 Apache Software Foundation. All rights reserved.