Go to the source code of this file.
Namespaces | |
namespace | megatree |
Defines | |
#define | USE_FRAMED_TRANSPORT 0 |
Functions | |
void | megatree::parseHbasePath (const boost::filesystem::path &path_, std::string &server, unsigned int &port, std::string &table) |
void | megatree::removeHbasePath (const boost::filesystem::path &path) |
Variables | |
static const size_t | megatree::ASYNC_READ_BATCH_SIZE = 10000 |
static const size_t | megatree::ASYNC_WRITE_BATCH_SIZE = 100 |
static const unsigned int | megatree::NUM_READER_THREADS = 10 |
static const unsigned int | megatree::NUM_WRITER_THREADS = 1 |
#define USE_FRAMED_TRANSPORT 0 |
Definition at line 5 of file hbase_storage.cpp.