#include <string>
#include <iostream>
#include <fstream>
#include <boost/iostreams/device/mapped_file.hpp>
#include <boost/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>
#include <megatree/storage.h>
#include <stdint.h>
#include <Hbase.h>
#include <transport/TSocket.h>
#include <transport/TBufferTransports.h>
#include <protocol/TBinaryProtocol.h>
Go to the source code of this file.
Classes | |
class | megatree::HbaseStorage |
class | megatree::HbaseTempDir |
struct | megatree::HbaseStorage::ReadData |
struct | megatree::HbaseStorage::WriteData |
Namespaces | |
namespace | megatree |
Functions | |
void | megatree::removeHbasePath (const boost::filesystem::path &path) |