In file Pipes.hh:

class HadoopPipes::JobConf

A JobConf defines the properties for a job

Public Methods

[more]virtual bool hasKey(const std::string& key) const = 0
[more]virtual const std::string& get(const std::string& key) const = 0
[more]virtual int getInt(const std::string& key) const = 0
[more]virtual float getFloat(const std::string& key) const = 0
[more]virtual bool getBoolean(const std::string&key) const = 0
[more]virtual ~JobConf()


Documentation

A JobConf defines the properties for a job
ovirtual bool hasKey(const std::string& key) const = 0

ovirtual const std::string& get(const std::string& key) const = 0

ovirtual int getInt(const std::string& key) const = 0

ovirtual float getFloat(const std::string& key) const = 0

ovirtual bool getBoolean(const std::string&key) const = 0

ovirtual ~JobConf()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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