In file Pipes.hh:

class HadoopPipes::RecordReader

For applications that want to read the input directly for the map function they can define RecordReaders in C++

Inheritance:


Public Methods

[more]virtual bool next(std::string& key, std::string& value) = 0
[more]virtual float getProgress() = 0
The progress of the record reader through the split as a value between 00 and 10


Inherited from Closable:

Public Methods

ovirtual void close()


Documentation

For applications that want to read the input directly for the map function they can define RecordReaders in C++
ovirtual bool next(std::string& key, std::string& value) = 0

ovirtual float getProgress() = 0
The progress of the record reader through the split as a value between 00 and 10


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.