Java org.apache.hadoop.mapreduce.lib.input SplitLineReader fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.hadoop.mapreduce.lib.input.SplitLineReader has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidclose()
Close the underlying stream.
booleanneedAdditionalRecordAfterSplit()
intreadLine(Text str, int maxLineLength, int maxBytesToConsume)
Read one line from the InputStream into the given Text.