private class MultithreadedTableMapper.SubMapStatusReporter extends org.apache.hadoop.mapreduce.StatusReporter
Modifier | Constructor and Description |
---|---|
private |
SubMapStatusReporter() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.Counter |
getCounter(Enum<?> name) |
org.apache.hadoop.mapreduce.Counter |
getCounter(String group,
String name) |
float |
getProgress() |
void |
progress() |
void |
setStatus(String status) |
private SubMapStatusReporter()
public org.apache.hadoop.mapreduce.Counter getCounter(Enum<?> name)
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 status)
setStatus
in class org.apache.hadoop.mapreduce.StatusReporter
public float getProgress()
getProgress
in class org.apache.hadoop.mapreduce.StatusReporter
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.