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

#include <local.hpp>

Inheritance diagram for mesos::internal::LocalResourceProvider:
mesos::internal::StorageLocalResourceProvider

Public Member Functions

virtual ~LocalResourceProvider ()=default
 

Static Public Member Functions

static Try< process::Owned< LocalResourceProvider > > create (const process::http::URL &url, const std::string &workDir, const ResourceProviderInfo &info, const SlaveID &slaveId, const Option< std::string > &authToken, bool strict)
 
static Option< Errorvalidate (const ResourceProviderInfo &info)
 
static process::http::authentication::Principal principal (const ResourceProviderInfo &info)
 

Constructor & Destructor Documentation

virtual mesos::internal::LocalResourceProvider::~LocalResourceProvider ( )
virtualdefault

Member Function Documentation

static Try<process::Owned<LocalResourceProvider> > mesos::internal::LocalResourceProvider::create ( const process::http::URL url,
const std::string &  workDir,
const ResourceProviderInfo &  info,
const SlaveID &  slaveId,
const Option< std::string > &  authToken,
bool  strict 
)
static
static process::http::authentication::Principal mesos::internal::LocalResourceProvider::principal ( const ResourceProviderInfo &  info)
static
static Option<Error> mesos::internal::LocalResourceProvider::validate ( const ResourceProviderInfo &  info)
static

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