Uses of Interface
org.apache.hadoop.mapreduce.v2.api.records.Counter

Packages that use Counter
org.apache.hadoop.mapreduce.v2.api.records   
org.apache.hadoop.mapreduce.v2.api.records.impl.pb   
 

Uses of Counter in org.apache.hadoop.mapreduce.v2.api.records
 

Methods in org.apache.hadoop.mapreduce.v2.api.records that return Counter
 Counter Counters.getCounter(Enum<?> key)
           
 Counter CounterGroup.getCounter(String key)
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records that return types with arguments of type Counter
 Map<String,Counter> CounterGroup.getAllCounters()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records with parameters of type Counter
 void CounterGroup.setCounter(String key, Counter value)
           
 

Method parameters in org.apache.hadoop.mapreduce.v2.api.records with type arguments of type Counter
 void CounterGroup.addAllCounters(Map<String,Counter> counters)
           
 

Uses of Counter in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
 

Classes in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that implement Counter
 class CounterPBImpl
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return Counter
 Counter CountersPBImpl.getCounter(Enum<?> key)
           
 Counter CounterGroupPBImpl.getCounter(String key)
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return types with arguments of type Counter
 Map<String,Counter> CounterGroupPBImpl.getAllCounters()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type Counter
 void CounterGroupPBImpl.setCounter(String key, Counter val)
           
 

Method parameters in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with type arguments of type Counter
 void CounterGroupPBImpl.addAllCounters(Map<String,Counter> counters)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.