Apache Mesos
Public Member Functions | Static Public Member Functions | List of all members
mesos::internal::slave::appc::Fetcher Class Reference

#include <fetcher.hpp>

Public Member Functions

process::Future< Nothingfetch (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...
 

Member Function Documentation

static Try<process::Owned<Fetcher> > mesos::internal::slave::appc::Fetcher::create ( const Flags flags,
const process::Shared< uri::Fetcher > &  fetcher 
)
static

Factory method for creating the fetcher component.

Parameters
flagsSlave flags.
fetcherShared pointer to the uri fetcher.
process::Future<Nothing> mesos::internal::slave::appc::Fetcher::fetch ( const Image::Appc &  appc,
const Path directory 
)

The documentation for this class was generated from the following file: