public class Reporter extends Object implements org.apache.hadoop.mapred.Reporter
| Constructor and Description | 
|---|
| Reporter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| org.apache.hadoop.mapred.Counters.Counter | getCounter(Enum<?> arg0) | 
| org.apache.hadoop.mapred.Counters.Counter | getCounter(String arg0,
          String arg1) | 
| org.apache.hadoop.mapred.InputSplit | getInputSplit() | 
| float | getProgress() | 
| void | incrCounter(Enum<?> arg0,
           long arg1) | 
| void | incrCounter(String arg0,
           String arg1,
           long arg2) | 
| void | progress() | 
| void | setStatus(String arg0) | 
public org.apache.hadoop.mapred.Counters.Counter getCounter(Enum<?> arg0)
getCounter in interface org.apache.hadoop.mapred.Reporterpublic org.apache.hadoop.mapred.Counters.Counter getCounter(String arg0, String arg1)
getCounter in interface org.apache.hadoop.mapred.Reporterpublic org.apache.hadoop.mapred.InputSplit getInputSplit()
                                                  throws UnsupportedOperationException
getInputSplit in interface org.apache.hadoop.mapred.ReporterUnsupportedOperationExceptionpublic void incrCounter(Enum<?> arg0, long arg1)
incrCounter in interface org.apache.hadoop.mapred.Reporterpublic void incrCounter(String arg0, String arg1, long arg2)
incrCounter in interface org.apache.hadoop.mapred.Reporterpublic void setStatus(String arg0)
setStatus in interface org.apache.hadoop.mapred.Reporterpublic void progress()
progress in interface org.apache.hadoop.util.Progressablepublic float getProgress()
getProgress in interface org.apache.hadoop.mapred.Reporterpublic void clear()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.