MCPcopy Create free account
hub / github.com/apache/mesos / launch

Method launch

src/slave/containerizer/mesos/containerizer.cpp:719–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717
718
719Future<Containerizer::LaunchResult> MesosContainerizer::launch(
720 const ContainerID& containerId,
721 const ContainerConfig& containerConfig,
722 const map<string, string>& environment,
723 const Option<std::string>& pidCheckpointPath)
724{
725 return dispatch(process.get(),
726 &MesosContainerizerProcess::launch,
727 containerId,
728 containerConfig,
729 environment,
730 pidCheckpointPath);
731}
732
733
734Future<Connection> MesosContainerizer::attach(

Callers

nothing calls this directly

Calls 15

FailureClass · 0.85
getRootContainerIdFunction · 0.85
getSandboxPathFunction · 0.85
createSandboxDirectoryFunction · 0.85
getRuntimePathFunction · 0.85
checkpointFunction · 0.85
prepareFunction · 0.85
NoneClass · 0.85
deferFunction · 0.85
typeMethod · 0.80

Tested by

no test coverage detected