|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapreduce.Mapper.Context
public abstract class Mapper.Context
The Context
passed on to the Mapper
implementations.
Field Summary |
---|
Constructor Summary | |
---|---|
Mapper.Context()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.hadoop.mapreduce.MapContext |
---|
getInputSplit |
Methods inherited from interface org.apache.hadoop.mapreduce.TaskInputOutputContext |
---|
getCurrentKey, getCurrentValue, getOutputCommitter, nextKeyValue, write |
Methods inherited from interface org.apache.hadoop.mapreduce.TaskAttemptContext |
---|
getCounter, getCounter, getStatus, getTaskAttemptID, setStatus |
Methods inherited from interface org.apache.hadoop.util.Progressable |
---|
progress |
Constructor Detail |
---|
public Mapper.Context()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |