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

Method wait

src/slave/containerizer/mesos/containerizer.cpp:774–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772
773
774Future<Option<ContainerTermination>> MesosContainerizer::wait(
775 const ContainerID& containerId)
776{
777 return dispatch(process.get(),
778 &MesosContainerizerProcess::wait,
779 containerId);
780}
781
782
783Future<Option<ContainerTermination>> MesosContainerizer::destroy(

Callers

nothing calls this directly

Calls 13

getContainerTerminationFunction · 0.85
FailureClass · 0.85
NoneClass · 0.85
undiscardableFunction · 0.85
atMethod · 0.80
errorMethod · 0.65
dispatchFunction · 0.50
getMethod · 0.45
containsMethod · 0.45
isErrorMethod · 0.45
isSomeMethod · 0.45
thenMethod · 0.45

Tested by

no test coverage detected