org.apache.tez.common.counters
Interface CounterGroup

All Superinterfaces:
CounterGroupBase<TezCounter>, Iterable<TezCounter>, org.apache.hadoop.io.Writable

@InterfaceAudience.Public
@InterfaceStability.Stable
public interface CounterGroup
extends CounterGroupBase<TezCounter>

A group of TezCounters that logically belong together. Typically, it is an Enum subclass and the counters are the values.


Method Summary
 
Methods inherited from interface org.apache.tez.common.counters.CounterGroupBase
addCounter, addCounter, findCounter, findCounter, findCounter, getDisplayName, getName, getUnderlyingGroup, incrAllCounters, setDisplayName, size
 
Methods inherited from interface org.apache.hadoop.io.Writable
readFields, write
 
Methods inherited from interface java.lang.Iterable
iterator
 



Copyright © 2014 Apache Software Foundation. All rights reserved.