In file Pipes.hh:

class HadoopPipes::MapContext


Inheritance:


Public Methods

[more]virtual const std::string& getInputSplit() = 0
Access the InputSplit of the mapper
[more]virtual const std::string& getInputKeyClass() = 0
Get the name of the key class of the input to this task
[more]virtual const std::string& getInputValueClass() = 0
Get the name of the value class of the input to this task


Inherited from TaskContext:

Public Methods

ovirtual const JobConf* getJobConf()
ovirtual const std::string& getInputKey()
ovirtual const std::string& getInputValue()
ovirtual void emit(const std::string& key, const std::string& value)
ovirtual void progress()
ovirtual void setStatus(const std::string& status)


Documentation

ovirtual const std::string& getInputSplit() = 0
Access the InputSplit of the mapper

ovirtual const std::string& getInputKeyClass() = 0
Get the name of the key class of the input to this task

ovirtual const std::string& getInputValueClass() = 0
Get the name of the value class of the input to this task


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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