#include <megatree/storage_factory.h>
#include <megatree/viz_storage.h>
#include <megatree/disk_storage.h>
Go to the source code of this file.
Namespaces | |
namespace | megatree |
Enumerations | |
enum | { megatree::UNKNOWN_STORAGE, megatree::DISK_STORAGE, megatree::HBASE_STORAGE, megatree::CLIENT_STORAGE } |
Functions | |
boost::shared_ptr< TempDir > | megatree::createTempDir (const boost::filesystem::path &parent, bool remove=true) |
boost::shared_ptr< Storage > | megatree::openStorage (const boost::filesystem::path &path, unsigned format=NORMAL_FORMAT) |
void | megatree::removePath (const boost::filesystem::path &path) |
int | megatree::storageType (const boost::filesystem::path &path) |