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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

longgetLength()
Get the size of the split, so that the input splits can be sorted by size.
SplitLocationInfo[]getLocationInfo()
Gets info about which nodes the input split is stored on and how it is stored at each location.
String[]getLocations()
Get the list of nodes by name where the data for the split would be local.