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

Method destroy

src/slave/containerizer/mesos/linux_launcher.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240
241
242Future<Nothing> LinuxLauncher::destroy(const ContainerID& containerId)
243{
244 return dispatch(process.get(), &LinuxLauncherProcess::destroy, containerId);
245}
246
247
248Future<ContainerStatus> LinuxLauncher::status(

Callers

nothing calls this directly

Calls 12

NothingClass · 0.85
getCgroupPathFunction · 0.85
destroyFunction · 0.85
deferFunction · 0.85
_destroyFunction · 0.70
dispatchFunction · 0.50
existsFunction · 0.50
joinFunction · 0.50
getMethod · 0.45
isNoneMethod · 0.45
eraseMethod · 0.45
thenMethod · 0.45

Tested by

no test coverage detected