EPiC
Efficient Privacy-Preserving Counting for MapReduce
 All Classes Namespaces Functions Variables
Public Member Functions
mapred.CustomRecordReader Class Reference

Provides an implementation of a common record reader for all MapReduce jobs in the distributed application. More...

Inherits RecordReader< LongWritable, Record >.

List of all members.

Public Member Functions

 CustomRecordReader (JobConf job, FileSplit split) throws IOException
void close () throws IOException
LongWritable createKey ()
Record createValue ()
long getPos () throws IOException
float getProgress () throws IOException
boolean next (LongWritable key, Record record) throws IOException

Detailed Description

Provides an implementation of a common record reader for all MapReduce jobs in the distributed application.

Each record has a fixed size, defined in Record.

Author:
vohuudtr

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables