Apache Mesos
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
mesos::uri::CopyFetcherPlugin Class Reference

#include <copy.hpp>

Inheritance diagram for mesos::uri::CopyFetcherPlugin:
mesos::uri::Fetcher::Plugin

Classes

class  Flags
 

Public Member Functions

 ~CopyFetcherPlugin () override
 
std::set< std::string > schemes () const override
 Returns the URI schemes that this plugin handles. More...
 
std::string name () const override
 Returns the name that this plugin registered with. More...
 
process::Future< Nothingfetch (const URI &uri, const std::string &directory, const Option< std::string > &data=None(), const Option< std::string > &outputFileName=None()) const override
 Fetches a URI to the given directory. More...
 
- Public Member Functions inherited from mesos::uri::Fetcher::Plugin
virtual ~Plugin ()
 

Static Public Member Functions

static Try< process::Owned< Fetcher::Plugin > > create (const Flags &flags)
 

Static Public Attributes

static const char NAME []
 

Constructor & Destructor Documentation

mesos::uri::CopyFetcherPlugin::~CopyFetcherPlugin ( )
inlineoverride

Member Function Documentation

static Try<process::Owned<Fetcher::Plugin> > mesos::uri::CopyFetcherPlugin::create ( const Flags flags)
static
process::Future<Nothing> mesos::uri::CopyFetcherPlugin::fetch ( const URI &  uri,
const std::string &  directory,
const Option< std::string > &  data = None(),
const Option< std::string > &  outputFileName = None() 
) const
overridevirtual

Fetches a URI to the given directory.

To avoid blocking or crashing the current thread, this method might choose to fork subprocesses for third party commands.

Parameters
urithe URI to fetch
directorythe directory the URI will be downloaded to
datathe optional user defined data
outputFileNamethe optional output file name

Implements mesos::uri::Fetcher::Plugin.

std::string mesos::uri::CopyFetcherPlugin::name ( ) const
overridevirtual

Returns the name that this plugin registered with.

Implements mesos::uri::Fetcher::Plugin.

std::set<std::string> mesos::uri::CopyFetcherPlugin::schemes ( ) const
overridevirtual

Returns the URI schemes that this plugin handles.

Implements mesos::uri::Fetcher::Plugin.

Member Data Documentation

const char mesos::uri::CopyFetcherPlugin::NAME[]
static

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