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

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

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

Methods in org.apache.hadoop.mapreduce.v2.api.records that return CounterGroup
 CounterGroup Counters.getCounterGroup(String key)
           
 

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

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

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

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

Classes in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that implement CounterGroup
 class CounterGroupPBImpl
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return CounterGroup
 CounterGroup CountersPBImpl.getCounterGroup(String key)
           
 

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

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type CounterGroup
 void CountersPBImpl.setCounterGroup(String key, CounterGroup val)
           
 

Method parameters in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with type arguments of type CounterGroup
 void CountersPBImpl.addAllCounterGroups(Map<String,CounterGroup> counterGroups)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.