Apache Mesos
|
#include <hdfs.hpp>
Public Member Functions | |
process::Future< bool > | exists (const std::string &path) |
process::Future< Bytes > | du (const std::string &path) |
process::Future< Nothing > | rm (const std::string &path) |
process::Future< Nothing > | copyFromLocal (const std::string &from, const std::string &to) |
process::Future< Nothing > | copyToLocal (const std::string &from, const std::string &to) |
Static Public Member Functions | |
static Try< process::Owned< HDFS > > | create (const Option< std::string > &hadoop=None()) |
static Try< mesos::URI > | parse (const std::string &uri) |
process::Future<Nothing> HDFS::copyFromLocal | ( | const std::string & | from, |
const std::string & | to | ||
) |
process::Future<Nothing> HDFS::copyToLocal | ( | const std::string & | from, |
const std::string & | to | ||
) |
|
static |
process::Future<Bytes> HDFS::du | ( | const std::string & | path | ) |
process::Future<bool> HDFS::exists | ( | const std::string & | path | ) |
|
static |
process::Future<Nothing> HDFS::rm | ( | const std::string & | path | ) |