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.Reporter
public org.apache.hadoop.mapred.Counters.Counter getCounter(String arg0, String arg1)
getCounter
in interface org.apache.hadoop.mapred.Reporter
public org.apache.hadoop.mapred.InputSplit getInputSplit() throws UnsupportedOperationException
getInputSplit
in interface org.apache.hadoop.mapred.Reporter
UnsupportedOperationException
public void incrCounter(Enum<?> arg0, long arg1)
incrCounter
in interface org.apache.hadoop.mapred.Reporter
public void incrCounter(String arg0, String arg1, long arg2)
incrCounter
in interface org.apache.hadoop.mapred.Reporter
public void setStatus(String arg0)
setStatus
in interface org.apache.hadoop.mapred.Reporter
public void progress()
progress
in interface org.apache.hadoop.util.Progressable
public float getProgress()
getProgress
in interface org.apache.hadoop.mapred.Reporter
public void clear()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.