org.apache.hadoop.mapred
Class JobContext

java.lang.Object
  extended by org.apache.hadoop.mapred.JobContext
Direct Known Subclasses:
TaskAttemptContext

public class JobContext
extends Object


Method Summary
 JobConf getJobConf()
          Get the job Configuration
 Progressable getProgressible()
          Get the progress mechanism for reporting progress.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJobConf

public JobConf getJobConf()
Get the job Configuration

Returns:
JobConf

getProgressible

public Progressable getProgressible()
Get the progress mechanism for reporting progress.

Returns:
progress mechanism


Copyright © 2008 The Apache Software Foundation