public class CounterInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected long | mapCounterValue | 
| protected String | name | 
| protected long | reduceCounterValue | 
| protected long | totalCounterValue | 
| Constructor and Description | 
|---|
| CounterInfo() | 
| CounterInfo(org.apache.hadoop.mapreduce.Counter c,
           org.apache.hadoop.mapreduce.Counter mc,
           org.apache.hadoop.mapreduce.Counter rc) | 
protected String name
protected long totalCounterValue
protected long mapCounterValue
protected long reduceCounterValue
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.