Apache Mesos
|
#include <container_daemon.hpp>
Public Member Functions | |
~ContainerDaemon () | |
process::Future< Nothing > | wait () |
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()) |
mesos::internal::slave::ContainerDaemon::~ContainerDaemon | ( | ) |
|
static |
process::Future<Nothing> mesos::internal::slave::ContainerDaemon::wait | ( | ) |