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(Counter c,
Counter mc,
Counter rc) |
protected String name
protected long totalCounterValue
protected long mapCounterValue
protected long reduceCounterValue
Copyright © 2013 Apache Software Foundation. All rights reserved.