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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

longgetLength()
Get the total number of bytes in the data of the InputSplit.
String[]getLocations()
Get the list of hostnames where the input split is located.
voidreadFields(DataInput in)
Deserialize the fields of this object from in.
voidwrite(DataOutput out)
Serialize the fields of this object to out.