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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.hadoop.mapreduce.InputFormat has subclasses.
Click this link to see all its subclasses.

Method

RecordReadercreateRecordReader(InputSplit split, TaskAttemptContext context)
Create a record reader for a given split.
ListgetSplits(JobContext context)
Logically split the set of input files for the job.