#include <linux_launcher.hpp>
mesos::internal::slave::LinuxLauncher::~LinuxLauncher |
( |
| ) |
|
|
override |
static bool mesos::internal::slave::LinuxLauncher::available |
( |
| ) |
|
|
static |
static Try<Launcher*> mesos::internal::slave::LinuxLauncher::create |
( |
const Flags & |
flags | ) |
|
|
static |
Try<pid_t> mesos::internal::slave::LinuxLauncher::fork |
( |
const ContainerID & |
containerId, |
|
|
const std::string & |
path, |
|
|
const std::vector< std::string > & |
argv, |
|
|
const mesos::slave::ContainerIO & |
containerIO, |
|
|
const flags::FlagsBase * |
flags, |
|
|
const Option< std::map< std::string, std::string >> & |
environment, |
|
|
const Option< int > & |
enterNamespaces, |
|
|
const Option< int > & |
cloneNamespaces, |
|
|
const std::vector< int_fd > & |
whitelistFds |
|
) |
| |
|
overridevirtual |
process::Future<hashset<ContainerID> > mesos::internal::slave::LinuxLauncher::recover |
( |
const std::vector< mesos::slave::ContainerState > & |
states | ) |
|
|
overridevirtual |
process::Future<ContainerStatus> mesos::internal::slave::LinuxLauncher::status |
( |
const ContainerID & |
containerId | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: