Uses of Interface
org.apache.tez.common.counters.TezCounter

Packages that use TezCounter
org.apache.tez.common.counters   
 

Uses of TezCounter in org.apache.tez.common.counters
 

Classes in org.apache.tez.common.counters with type parameters of type TezCounter
 class AbstractCounterGroup<T extends TezCounter>
          An abstract class to provide common implementation of the generic counter group in both mapred and mapreduce package.
 class 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.
 interface CounterGroupBase<T extends TezCounter>
          The common counter group interface.
 class 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.
 class FileSystemCounterGroup<C extends TezCounter>
          An abstract class to provide common implementation of the filesystem counter group in both mapred and mapreduce packages.
 class 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.
 

Classes in org.apache.tez.common.counters that implement TezCounter
 class AbstractCounter
          An abstract counter class to provide common implementation of the counter interface in both mapred and mapreduce packages.
static class FileSystemCounterGroup.FSCounter
           
static class FrameworkCounterGroup.FrameworkCounter<T extends Enum<T>>
          A counter facade for framework counters.
 class GenericCounter
          A generic counter implementation
 

Methods in org.apache.tez.common.counters that return TezCounter
 TezCounter TezCounter.getUnderlyingCounter()
          Return the underlying object if this is a facade.
 TezCounter GenericCounter.getUnderlyingCounter()
           
 TezCounter FrameworkCounterGroup.FrameworkCounter.getUnderlyingCounter()
           
 TezCounter FileSystemCounterGroup.FSCounter.getUnderlyingCounter()
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.