#include <fetcher.hpp>
mesos::internal::slave::Fetcher::Fetcher |
( |
const Flags & |
flags | ) |
|
virtual mesos::internal::slave::Fetcher::~Fetcher |
( |
| ) |
|
|
virtual |
static Try<std::string> mesos::internal::slave::Fetcher::basename |
( |
const std::string & |
uri | ) |
|
|
static |
process::Future<Nothing> mesos::internal::slave::Fetcher::fetch |
( |
const ContainerID & |
containerId, |
|
|
const CommandInfo & |
commandInfo, |
|
|
const std::string & |
sandboxDirectory, |
|
|
const Option< std::string > & |
user |
|
) |
| |
static bool mesos::internal::slave::Fetcher::isNetUri |
( |
const std::string & |
uri | ) |
|
|
static |
void mesos::internal::slave::Fetcher::kill |
( |
const ContainerID & |
containerId | ) |
|
static Result<std::string> mesos::internal::slave::Fetcher::uriToLocalPath |
( |
const std::string & |
uri, |
|
|
const Option< std::string > & |
frameworksHome |
|
) |
| |
|
static |
static Try<Nothing> mesos::internal::slave::Fetcher::validateOutputFile |
( |
const std::string & |
path | ) |
|
|
static |
static Try<Nothing> mesos::internal::slave::Fetcher::validateUri |
( |
const std::string & |
uri | ) |
|
|
static |
The documentation for this class was generated from the following file: