Package org.apache.tez.common.counters

Interface Summary
CounterGroup A group of TezCounters that logically belong together.
CounterGroupBase<T extends TezCounter> The common counter group interface.
CounterGroupFactory.FrameworkGroupFactory<F>  
TezCounter A named counter that tracks the progress of a map/reduce job.
 

Class Summary
AbstractCounter An abstract counter class to provide common implementation of the counter interface in both mapred and mapreduce packages.
AbstractCounterGroup<T extends TezCounter> An abstract class to provide common implementation of the generic counter group in both mapred and mapreduce package.
AbstractCounters<C extends TezCounter,G extends CounterGroupBase<C>> An abstract class to provide common implementation for the Counters container in both mapred and mapreduce packages.
CounterGroupFactory<C extends TezCounter,G extends CounterGroupBase<C>> An abstract class to provide common implementation of the group factory in both mapred and mapreduce packages.
FileSystemCounterGroup<C extends TezCounter> An abstract class to provide common implementation of the filesystem counter group in both mapred and mapreduce packages.
FileSystemCounterGroup.FSCounter  
FrameworkCounterGroup<T extends Enum<T>,C extends TezCounter> An abstract class to provide common implementation for the framework counter group in both mapred and mapreduce packages.
FrameworkCounterGroup.FrameworkCounter<T extends Enum<T>> A counter facade for framework counters.
GenericCounter A generic counter implementation
Limits  
ResourceBundles Helper class to handle resource bundles in a saner way
TezCounters Counters holds per job/task counters, defined either by the Map-Reduce framework or applications.
 

Enum Summary
DAGCounter  
FileSystemCounter  
JobCounter  
TaskCounter  
 

Exception Summary
LimitExceededException  
 



Copyright © 2014 Apache Software Foundation. All rights reserved.