|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Counters | |
---|---|
org.apache.hadoop.mapred | A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.mapreduce.jobhistory | |
org.apache.hadoop.mapreduce.tools |
Uses of Counters in org.apache.hadoop.mapred |
---|
Methods in org.apache.hadoop.mapred with parameters of type Counters | |
---|---|
protected long |
JobClient.getCounter(Counters cntrs,
String counterGroupName,
String counterName)
|
Uses of Counters in org.apache.hadoop.mapreduce |
---|
Methods in org.apache.hadoop.mapreduce that return Counters | |
---|---|
Counters |
Job.getCounters()
Gets the counters for this job. |
Methods in org.apache.hadoop.mapreduce with parameters of type Counters | |
---|---|
void |
Counters.incrAllCounters(Counters other)
Increments multiple counters by their amounts in another Counters instance. |
Uses of Counters in org.apache.hadoop.mapreduce.jobhistory |
---|
Methods in org.apache.hadoop.mapreduce.jobhistory that return Counters | |
---|---|
Counters |
JobHistoryParser.TaskInfo.getCounters()
Get the counters for this task |
Counters |
JobHistoryParser.TaskAttemptInfo.getCounters()
Get the counters for the attempt |
Counters |
JobHistoryParser.JobInfo.getMapCounters()
Get the map counters for the job |
Counters |
JobHistoryParser.JobInfo.getReduceCounters()
Get the reduce counters for the job |
Counters |
JobHistoryParser.JobInfo.getTotalCounters()
Get the counters for the job |
Uses of Counters in org.apache.hadoop.mapreduce.tools |
---|
Methods in org.apache.hadoop.mapreduce.tools with parameters of type Counters | |
---|---|
protected long |
CLI.getCounter(Counters counters,
String counterGroupName,
String counterName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |