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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.hadoop.mapred.lib.CombineFileSplit has subclasses.
Click this link to see all its subclasses.

Constructor

Method

longgetLength(int i)
Returns the length of the ith Path
long[]getLengths()
Returns an array containing the lengths of the files in the split
String[]getLocations()
Returns all the Paths where this input-split resides
intgetNumPaths()
Returns the number of Paths in the split
longgetOffset(int i)
Returns the start offset of the ith Path
PathgetPath(int i)
Returns the ith Path
Path[]getPaths()
Returns all the Paths in the split
long[]getStartOffsets()
Returns an array containing the start offsets of the files in the split