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

Method destroy

src/slave/containerizer/docker.cpp:865–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

863
864
865Future<Option<ContainerTermination>> DockerContainerizer::destroy(
866 const ContainerID& containerId)
867{
868 return dispatch(
869 process.get(),
870 &DockerContainerizerProcess::destroy,
871 containerId, true);
872}
873
874
875Future<hashset<ContainerID>> DockerContainerizer::containers()

Callers 10

_launchContainerMethod · 0.45
___runMethod · 0.45
_reregisterExecutorMethod · 0.45
foreachvalueFunction · 0.45
__statusUpdateMethod · 0.45
executorLaunchedMethod · 0.45
foreachFunction · 0.45

Calls 15

NoneClass · 0.85
deferFunction · 0.85
atMethod · 0.80
isFailedMethod · 0.80
errorMethod · 0.65
dispatchFunction · 0.50
killtreeFunction · 0.50
getMethod · 0.45
containsMethod · 0.45
futureMethod · 0.45
setMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected