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

Example usage for Java org.apache.hadoop.mapreduce.lib.input FileSplit 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 FileSplit.

The text is from its open source code.

Subclass

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

Constructor

Method

longgetLength()
The number of bytes in the file to process.
String[]getLocations()
PathgetPath()
The file containing this split's data.
longgetStart()
The position of the first byte in the file to process.
voidreadFields(DataInput in)
StringtoString()