Java org.apache.hadoop.mapreduce TaskInputOutputContext fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapreduce TaskInputOutputContext fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

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

Method

ConfigurationgetConfiguration()
Return the configuration for the job.
CountergetCounter(Enum counterName)
Get the Counter for the given counterName.
CountergetCounter(String groupName, String counterName)
Get the Counter for the given groupName and counterName.
CredentialsgetCredentials()
Get credentials for the job.
JobIDgetJobID()
Get the unique ID for the job.
StringgetJobName()
Get the user-specified job name.
Path[]getLocalCacheFiles()
Return the path array of the localized files
OutputCommittergetOutputCommitter()
Get the OutputCommitter for the task-attempt.
ClassgetOutputKeyClass()
Get the key class for the job output data.
ClassgetOutputValueClass()
Get the value class for job outputs.
StringgetStatus()
Get the last set status message.
TaskAttemptIDgetTaskAttemptID()
Get the unique name for this task attempt.
PathgetWorkingDirectory()
Get the current working directory for the default file system.
voidprogress()
Report progress to the Hadoop framework.
voidsetStatus(String msg)
Set the current status of the task to the given string.
voidwrite(KEYOUT key, VALUEOUT value)
Generate an output key/value pair.