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

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

Introduction

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

The text is from its open source code.

Constructor

Method

IndexRecordgetIndex(int partition)
Get spill offsets for given partition.
voidputIndex(IndexRecord rec, int partition)
Set spill offsets for given partition.
intsize()
Return number of IndexRecord entries in this spill.
voidwriteToFile(Path loc, JobConf job)
Write this spill record to the location provided.