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

#include <container_daemon.hpp>

Public Member Functions

 ~ContainerDaemon ()
 
process::Future< Nothingwait ()
 

Static Public Member Functions

static Try< process::Owned< ContainerDaemon > > create (const process::http::URL &agentUrl, const Option< std::string > &authToken, const ContainerID &containerId, const Option< CommandInfo > &commandInfo, const Option< Resources > &resources, const Option< ContainerInfo > &containerInfo, const Option< std::function< process::Future< Nothing >()>> &postStartHook=None(), const Option< std::function< process::Future< Nothing >()>> &postStopHook=None())
 

Constructor & Destructor Documentation

mesos::internal::slave::ContainerDaemon::~ContainerDaemon ( )

Member Function Documentation

static Try<process::Owned<ContainerDaemon> > mesos::internal::slave::ContainerDaemon::create ( const process::http::URL agentUrl,
const Option< std::string > &  authToken,
const ContainerID &  containerId,
const Option< CommandInfo > &  commandInfo,
const Option< Resources > &  resources,
const Option< ContainerInfo > &  containerInfo,
const Option< std::function< process::Future< Nothing >()>> &  postStartHook = None(),
const Option< std::function< process::Future< Nothing >()>> &  postStopHook = None() 
)
static
process::Future<Nothing> mesos::internal::slave::ContainerDaemon::wait ( )

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