#include <files.hpp>
|
| Files (const Option< std::string > &authenticationRealm=None(), const Option< mesos::Authorizer * > &authorizer=None()) |
|
| ~Files () |
|
process::Future< Nothing > | attach (const std::string &path, const std::string &virtualPath, const Option< lambda::function< process::Future< bool >(const Option< process::http::authentication::Principal > &)>> &authorized=None()) |
|
void | detach (const std::string &virtualPath) |
|
process::Future< Try< std::list< FileInfo >, FilesError > > | browse (const std::string &path, const Option< process::http::authentication::Principal > &principal) |
|
process::Future< Try< std::tuple< size_t, std::string >, FilesError > > | read (const size_t offset, const Option< size_t > &length, const std::string &path, const Option< process::http::authentication::Principal > &principal) |
|
mesos::internal::Files::~Files |
( |
| ) |
|
void mesos::internal::Files::detach |
( |
const std::string & |
virtualPath | ) |
|
The documentation for this class was generated from the following file: