|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapreduce.JobContext
org.apache.hadoop.mapreduce.TaskAttemptContext
org.apache.hadoop.mapred.TaskAttemptContext
TaskAttemptContext
instead.
@Deprecated public class TaskAttemptContext
Field Summary |
---|
Fields inherited from class org.apache.hadoop.mapreduce.JobContext |
---|
COMBINE_CLASS_ATTR, conf, INPUT_FORMAT_CLASS_ATTR, MAP_CLASS_ATTR, OUTPUT_FORMAT_CLASS_ATTR, PARTITIONER_CLASS_ATTR, REDUCE_CLASS_ATTR |
Method Summary | |
---|---|
JobConf |
getJobConf()
Deprecated. |
Progressable |
getProgressible()
Deprecated. |
TaskAttemptID |
getTaskAttemptID()
Deprecated. Get the taskAttemptID. |
void |
progress()
Deprecated. Report progress. |
Methods inherited from class org.apache.hadoop.mapreduce.TaskAttemptContext |
---|
getStatus, setStatus |
Methods inherited from class org.apache.hadoop.mapreduce.JobContext |
---|
getCombinerClass, getConfiguration, getGroupingComparator, getInputFormatClass, getJar, getJobID, getJobName, getMapOutputKeyClass, getMapOutputValueClass, getMapperClass, getNumReduceTasks, getOutputFormatClass, getOutputKeyClass, getOutputValueClass, getPartitionerClass, getReducerClass, getSortComparator, getWorkingDirectory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public TaskAttemptID getTaskAttemptID()
getTaskAttemptID
in class TaskAttemptContext
public Progressable getProgressible()
public JobConf getJobConf()
public void progress()
TaskAttemptContext
progress
in interface Progressable
progress
in class TaskAttemptContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |