In file Pipes.hh: For applications that want to read the input directly for the map function they can define RecordReaders in C++
Inheritance:
Public Methods
-
virtual bool next(std::string& key, std::string& value) = 0
-
virtual float getProgress() = 0
- The progress of the record reader through the split as a value between 00 and 10
Public Methods
-
virtual void close()
Documentation
For applications that want to read the input directly for the map function
they can define RecordReaders in C++
virtual bool next(std::string& key, std::string& value) = 0
virtual 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++.