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

Method remove

src/slave/containerizer/mesos/containerizer.cpp:811–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809
810
811Future<Nothing> MesosContainerizer::remove(const ContainerID& containerId)
812{
813 return dispatch(process.get(),
814 &MesosContainerizerProcess::remove,
815 containerId);
816}
817
818
819Future<Nothing> MesosContainerizer::pruneImages(

Callers 1

foreachFunction · 0.45

Calls 14

FailureClass · 0.85
getRootContainerIdFunction · 0.85
getRuntimePathFunction · 0.85
getSandboxPathFunction · 0.85
NothingClass · 0.85
unscheduleMethod · 0.80
errorMethod · 0.65
dispatchFunction · 0.50
existsFunction · 0.50
rmdirFunction · 0.50
getMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected