@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 CounterGroup
s, 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
|
countCounters, equals, findCounter, findCounter, getGroup, getGroupNames, hashCode, incrAllCounters, iterator, readFields, toShortString, toString, write
public 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.