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

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

Introduction

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

The text is from its open source code.

Constructor

CombineFileRecordReader(JobConf job, CombineFileSplit split, Reporter reporter, Class> rrClass)
A generic RecordReader that can hand out different recordReaders for each chunk in the CombineFileSplit.