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

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

Introduction

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

The text is from its open source code.

Implementation

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

Constructor

Method

voidclose()
Close this InputSplit to future operations.
KcreateKey()
Create an object of the appropriate type to be used as a key.
VcreateValue()
Create an object of the appropriate type to be used as a value.
longgetPos()
Returns the current position in the input.
floatgetProgress()
How much of the input has the RecordReader consumed i.e.
booleannext(K key, V value)
Reads the next key/value pair from the input for processing.