#include <containerizer.hpp>
|
static Try< MesosContainerizer * > | create (const Flags &flags, bool local, Fetcher *fetcher, SecretResolver *secretResolver=nullptr, const Option< NvidiaComponents > &nvidia=None()) |
|
static Try< MesosContainerizer * > | create (const Flags &flags, bool local, Fetcher *fetcher, const process::Owned< Launcher > &launcher, const process::Shared< Provisioner > &provisioner, const std::vector< process::Owned< mesos::slave::Isolator >> &isolators) |
|
static Try< Containerizer * > | create (const Flags &flags, bool local, Fetcher *fetcher, SecretResolver *secretResolver=nullptr) |
|
static Try< Resources > | resources (const Flags &flags) |
|
virtual mesos::internal::slave::MesosContainerizer::~MesosContainerizer |
( |
| ) |
|
|
virtual |
virtual process::Future<bool> mesos::internal::slave::MesosContainerizer::destroy |
( |
const ContainerID & |
containerId | ) |
|
|
virtual |
virtual process::Future<bool> mesos::internal::slave::MesosContainerizer::kill |
( |
const ContainerID & |
containerId, |
|
|
int |
signal |
|
) |
| |
|
virtual |
virtual process::Future<Containerizer::LaunchResult> mesos::internal::slave::MesosContainerizer::launch |
( |
const ContainerID & |
containerId, |
|
|
const mesos::slave::ContainerConfig & |
containerConfig, |
|
|
const std::map< std::string, std::string > & |
environment, |
|
|
const Option< std::string > & |
pidCheckpointPath |
|
) |
| |
|
virtual |
virtual process::Future<Nothing> mesos::internal::slave::MesosContainerizer::pruneImages |
( |
const std::vector< Image > & |
excludedImages | ) |
|
|
virtual |
virtual process::Future<Nothing> mesos::internal::slave::MesosContainerizer::remove |
( |
const ContainerID & |
containerId | ) |
|
|
virtual |
virtual process::Future<ContainerStatus> mesos::internal::slave::MesosContainerizer::status |
( |
const ContainerID & |
containerId | ) |
|
|
virtual |
virtual process::Future<ResourceStatistics> mesos::internal::slave::MesosContainerizer::usage |
( |
const ContainerID & |
containerId | ) |
|
|
virtual |
virtual process::Future<Option<mesos::slave::ContainerTermination> > mesos::internal::slave::MesosContainerizer::wait |
( |
const ContainerID & |
containerId | ) |
|
|
virtual |
The documentation for this class was generated from the following file: