public class IllustrateDummyReporter
extends org.apache.hadoop.mapreduce.StatusReporter
Constructor and Description |
---|
IllustrateDummyReporter() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.Counter |
getCounter(Enum<?> arg0) |
org.apache.hadoop.mapreduce.Counter |
getCounter(String group,
String name) |
float |
getProgress() |
void |
progress() |
void |
setStatus(String arg0) |
public org.apache.hadoop.mapreduce.Counter getCounter(Enum<?> arg0)
getCounter
in class org.apache.hadoop.mapreduce.StatusReporter
public org.apache.hadoop.mapreduce.Counter getCounter(String group, String name)
getCounter
in class org.apache.hadoop.mapreduce.StatusReporter
public void progress()
progress
in class org.apache.hadoop.mapreduce.StatusReporter
public void setStatus(String arg0)
setStatus
in class org.apache.hadoop.mapreduce.StatusReporter
public float getProgress()
getProgress
in class org.apache.hadoop.mapreduce.StatusReporter
Copyright © 2007-2017 The Apache Software Foundation