#include <launcher.hpp>
virtual mesos::internal::slave::Launcher::~Launcher |
( |
| ) |
|
|
inlinevirtual |
virtual Try<pid_t> mesos::internal::slave::Launcher::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 |
|
) |
| |
|
pure virtual |
virtual process::Future<hashset<ContainerID> > mesos::internal::slave::Launcher::recover |
( |
const std::vector< mesos::slave::ContainerState > & |
states | ) |
|
|
pure virtual |
virtual process::Future<ContainerStatus> mesos::internal::slave::Launcher::status |
( |
const ContainerID & |
containerId | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: