|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CounterGroupBase | |
---|---|
org.apache.hadoop.mapred | |
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.mapred |
---|
Classes in org.apache.hadoop.mapred that implement CounterGroupBase | |
---|---|
static class |
Counters.Group
Group of counters, comprising of counters from a particular
counter Enum class. |
Methods in org.apache.hadoop.mapred that return CounterGroupBase | |
---|---|
CounterGroupBase<Counters.Counter> |
Counters.Group.getUnderlyingGroup()
|
Methods in org.apache.hadoop.mapred with parameters of type CounterGroupBase | |
---|---|
void |
Counters.Group.incrAllCounters(CounterGroupBase<Counters.Counter> rightGroup)
|
Uses of CounterGroupBase in org.apache.hadoop.mapreduce |
---|
Subinterfaces of CounterGroupBase in org.apache.hadoop.mapreduce | |
---|---|
interface |
CounterGroup
A group of Counter s 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |