|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Counter | |
---|---|
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 Counter in org.apache.hadoop.mapred |
---|
Classes in org.apache.hadoop.mapred that implement Counter | |
---|---|
static class |
Counters.Counter
A counter record, comprising its name and value. |
Methods in org.apache.hadoop.mapred that return Counter | |
---|---|
Counter |
Counters.Counter.getUnderlyingCounter()
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |