#include <linux_launcher.hpp>
|
virtual | ~LinuxLauncher () |
|
virtual process::Future
< hashset< ContainerID > > | recover (const std::list< mesos::slave::ContainerState > &states) |
|
virtual Try< pid_t > | fork (const ContainerID &containerId, const std::string &path, const std::vector< std::string > &argv, const process::Subprocess::IO &in, const process::Subprocess::IO &out, const process::Subprocess::IO &err, const flags::FlagsBase *flags, const Option< std::map< std::string, std::string >> &environment, const Option< int > &enterNamespaces, const Option< int > &cloneNamespaces) |
|
virtual process::Future< Nothing > | destroy (const ContainerID &containerId) |
|
virtual process::Future
< ContainerStatus > | status (const ContainerID &containerId) |
|
virtual | ~Launcher () |
|
virtual mesos::internal::slave::LinuxLauncher::~LinuxLauncher |
( |
| ) |
|
|
virtual |
static bool mesos::internal::slave::LinuxLauncher::available |
( |
| ) |
|
|
static |
static std::string mesos::internal::slave::LinuxLauncher::cgroup |
( |
const std::string & |
cgroupsRoot, |
|
|
const ContainerID & |
containerId |
|
) |
| |
|
static |
static Try<Launcher*> mesos::internal::slave::LinuxLauncher::create |
( |
const Flags & |
flags | ) |
|
|
static |
virtual process::Future<Nothing> mesos::internal::slave::LinuxLauncher::destroy |
( |
const ContainerID & |
containerId | ) |
|
|
virtual |
virtual Try<pid_t> mesos::internal::slave::LinuxLauncher::fork |
( |
const ContainerID & |
containerId, |
|
|
const std::string & |
path, |
|
|
const std::vector< std::string > & |
argv, |
|
|
const process::Subprocess::IO & |
in, |
|
|
const process::Subprocess::IO & |
out, |
|
|
const process::Subprocess::IO & |
err, |
|
|
const flags::FlagsBase * |
flags, |
|
|
const Option< std::map< std::string, std::string >> & |
environment, |
|
|
const Option< int > & |
enterNamespaces, |
|
|
const Option< int > & |
cloneNamespaces |
|
) |
| |
|
virtual |
virtual process::Future<hashset<ContainerID> > mesos::internal::slave::LinuxLauncher::recover |
( |
const std::list< mesos::slave::ContainerState > & |
states | ) |
|
|
virtual |
virtual process::Future<ContainerStatus> mesos::internal::slave::LinuxLauncher::status |
( |
const ContainerID & |
containerId | ) |
|
|
virtual |
The documentation for this class was generated from the following file: