#include <hbase_storage.h>
Public Member Functions | |
const boost::filesystem::path & | getPath () const |
HbaseTempDir (const boost::filesystem::path &prefix="", bool remove=true) | |
~HbaseTempDir () | |
Private Attributes | |
boost::filesystem::path | path_ |
bool | remove_ |
Definition at line 108 of file hbase_storage.h.
megatree::HbaseTempDir::HbaseTempDir | ( | const boost::filesystem::path & | prefix = "" , |
bool | remove = true |
||
) | [inline] |
Definition at line 111 of file hbase_storage.h.
megatree::HbaseTempDir::~HbaseTempDir | ( | ) | [inline] |
Definition at line 123 of file hbase_storage.h.
const boost::filesystem::path& megatree::HbaseTempDir::getPath | ( | ) | const [inline, virtual] |
Implements megatree::TempDir.
Definition at line 129 of file hbase_storage.h.
boost::filesystem::path megatree::HbaseTempDir::path_ [private] |
Definition at line 135 of file hbase_storage.h.
bool megatree::HbaseTempDir::remove_ [private] |
Definition at line 136 of file hbase_storage.h.