Java org.apache.hadoop.mapred JobContext fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapred JobContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapred JobContext.

The text is from its open source code.

Implementation

org.apache.hadoop.mapred.JobContext has the following implementations.
Click this link to see all its implementation.

Method

ConfigurationgetConfiguration()
Return the configuration for the job.
Class>getInputFormatClass()
Get the InputFormat class for the job.
JobConfgetJobConf()
Get the job Configuration
JobIDgetJobID()
Get the unique ID for the job.
StringgetJobName()
Get the user-specified job name.
ProgressablegetProgressible()
Get the progress mechanism for reporting progress.