Uses of Interface
org.apache.hadoop.mapreduce.counters.CounterGroupBase

Packages that use CounterGroupBase
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.counters This package contains the implementations of different types of map-reduce counters. 
 

Uses of CounterGroupBase in org.apache.hadoop.mapreduce
 

Subinterfaces of CounterGroupBase in org.apache.hadoop.mapreduce
 interface CounterGroup
          A group of Counters that logically belong together.
 

Uses of CounterGroupBase in org.apache.hadoop.mapreduce.counters
 

Classes in org.apache.hadoop.mapreduce.counters with type parameters of type CounterGroupBase
 class AbstractCounters<C extends Counter,G extends CounterGroupBase<C>>
          An abstract class to provide common implementation for the Counters container in both mapred and mapreduce packages.
 

Methods in org.apache.hadoop.mapreduce.counters that return CounterGroupBase
 CounterGroupBase<T> CounterGroupBase.getUnderlyingGroup()
           
 

Methods in org.apache.hadoop.mapreduce.counters with parameters of type CounterGroupBase
 void CounterGroupBase.incrAllCounters(CounterGroupBase<T> rightGroup)
          Increment all counters by a group of counters
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.