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

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

Introduction

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

The text is from its open source code.

Subclass

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

Implementation

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

Constructor

Method

voidclose()
Close the record reader.
KEYINgetCurrentKey()
Get the current key
VALUEINgetCurrentValue()
Get the current value.
floatgetProgress()
The current progress of the record reader through its data.
voidinitialize(InputSplit split, TaskAttemptContext context)
Called once at initialization.
booleannextKeyValue()
Read the next key, value pair.