|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapreduce.task.JobContextImpl
org.apache.hadoop.mapreduce.task.TaskAttemptContextImpl
org.apache.hadoop.mapred.TaskAttemptContextImpl
TaskAttemptContextImpl
instead.
@Deprecated public class TaskAttemptContextImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.task.TaskAttemptContextImpl |
---|
TaskAttemptContextImpl.DummyReporter |
Field Summary |
---|
Fields inherited from class org.apache.hadoop.mapreduce.task.JobContextImpl |
---|
conf, credentials, ugi |
Method Summary | |
---|---|
Counter |
getCounter(java.lang.Enum<?> counterName)
Deprecated. Get the Counter for the given counterName . |
Counter |
getCounter(java.lang.String groupName,
java.lang.String counterName)
Deprecated. Get the Counter for the given groupName and
counterName . |
JobConf |
getJobConf()
Deprecated. |
org.apache.hadoop.util.Progressable |
getProgressible()
Deprecated. |
TaskAttemptID |
getTaskAttemptID()
Deprecated. Get the taskAttemptID. |
void |
progress()
Deprecated. Report progress. |
void |
setStatus(java.lang.String status)
Deprecated. Set the current status of the task to the given string. |
Methods inherited from class org.apache.hadoop.mapreduce.task.TaskAttemptContextImpl |
---|
getStatus, setStatusString |
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.TaskAttemptContext |
---|
getStatus |
Method Detail |
---|
public TaskAttemptID getTaskAttemptID()
getTaskAttemptID
in interface TaskAttemptContext
getTaskAttemptID
in class TaskAttemptContextImpl
public org.apache.hadoop.util.Progressable getProgressible()
public JobConf getJobConf()
public Counter getCounter(java.lang.Enum<?> counterName)
TaskAttemptContext
Counter
for the given counterName
.
getCounter
in interface TaskAttemptContext
getCounter
in class TaskAttemptContextImpl
counterName
- counter name
Counter
for the given counterName
public Counter getCounter(java.lang.String groupName, java.lang.String counterName)
TaskAttemptContext
Counter
for the given groupName
and
counterName
.
getCounter
in interface TaskAttemptContext
getCounter
in class TaskAttemptContextImpl
counterName
- counter name
Counter
for the given groupName
and
counterName
public void progress()
progress
in interface org.apache.hadoop.util.Progressable
progress
in class TaskAttemptContextImpl
public void setStatus(java.lang.String status)
setStatus
in interface TaskAttemptContext
setStatus
in class TaskAttemptContextImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |