@InterfaceAudience.Public @InterfaceStability.Unstable public class TezCounters extends AbstractCounters<TezCounter,CounterGroup>
Counters holds per job/task counters, defined either by the
 framework or applications. Each Counter can be of
 any Enum type.
Counters are bunched into CounterGroups, each
 comprising of counters from a particular Enum class.
LOG| Constructor and Description | 
|---|
TezCounters()
Default constructor 
 | 
TezCounters(AbstractCounters<C,G> counters)
Construct the Counters object from the another counters object 
 | 
addGroup, addGroup, countCounters, equals, findCounter, findCounter, findCounter, getGroup, getGroupNames, getWriteAllCounters, hashCode, incrAllCounters, iterator, limits, readFields, setWriteAllCounters, toShortString, toString, writepublic TezCounters()
public TezCounters(AbstractCounters<C,G> counters)
C - the type of counterG - the type of counter groupcounters - the old counters objectCopyright © 2016 Apache Software Foundation. All rights reserved.