|
Apache Mesos
|
#include <fetcher.hpp>
Public Member Functions | |
| process::Future< Nothing > | fetch (const Image::Appc &appc, const Path &directory) |
Static Public Member Functions | |
| static Try< process::Owned< Fetcher > > | create (const Flags &flags, const process::Shared< uri::Fetcher > &fetcher) |
| Factory method for creating the fetcher component. More... | |
|
static |
Factory method for creating the fetcher component.
| flags | Slave flags. |
| fetcher | Shared pointer to the uri fetcher. |
| process::Future<Nothing> mesos::internal::slave::appc::Fetcher::fetch | ( | const Image::Appc & | appc, |
| const Path & | directory | ||
| ) |
1.8.11