Uses of Interface
org.apache.hadoop.mapreduce.Counter

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

Uses of Counter in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return Counter
 Counter TaskAttemptContext.getCounter(Enum<?> counterName)
          Get the Counter for the given counterName.
 Counter TaskAttemptContext.getCounter(String groupName, String counterName)
          Get the Counter for the given groupName and counterName.
 Counter Counter.getUnderlyingCounter()
           
 

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

Classes in org.apache.hadoop.mapreduce.counters with type parameters of type Counter
 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.
 interface CounterGroupBase<T extends Counter>
          The common counter group interface.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.