public class DummyReporter
extends java.lang.Object
implements org.apache.hadoop.mapred.Reporter
| Constructor and Description |
|---|
DummyReporter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.mapred.Counters.Counter |
getCounter(java.lang.Enum<?> arg0) |
org.apache.hadoop.mapred.Counters.Counter |
getCounter(java.lang.String arg0, java.lang.String arg1) |
org.apache.hadoop.mapred.InputSplit |
getInputSplit() |
float |
getProgress() |
void |
incrCounter(java.lang.Enum<?> arg0, long arg1) |
void |
incrCounter(java.lang.String arg0, java.lang.String arg1, long arg2) |
void |
progress() |
void |
setStatus(java.lang.String arg0) |
public void progress()
progress in interface org.apache.hadoop.util.Progressablepublic org.apache.hadoop.mapred.Counters.Counter getCounter(java.lang.Enum<?> arg0)
getCounter in interface org.apache.hadoop.mapred.Reporter
public org.apache.hadoop.mapred.Counters.Counter getCounter(java.lang.String arg0,
java.lang.String arg1)
getCounter in interface org.apache.hadoop.mapred.Reporter
public org.apache.hadoop.mapred.InputSplit getInputSplit()
throws java.lang.UnsupportedOperationException
getInputSplit in interface org.apache.hadoop.mapred.Reporterjava.lang.UnsupportedOperationExceptionpublic float getProgress()
public void incrCounter(java.lang.Enum<?> arg0,
long arg1)
incrCounter in interface org.apache.hadoop.mapred.Reporter
public void incrCounter(java.lang.String arg0,
java.lang.String arg1,
long arg2)
incrCounter in interface org.apache.hadoop.mapred.Reporterpublic void setStatus(java.lang.String arg0)
setStatus in interface org.apache.hadoop.mapred.ReporterCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.