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

Method kill

src/slave/containerizer/mesos/containerizer.cpp:793–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791
792
793Future<bool> MesosContainerizer::kill(
794 const ContainerID& containerId,
795 int signal)
796{
797 return dispatch(process.get(),
798 &MesosContainerizerProcess::kill,
799 containerId,
800 signal);
801}
802
803
804Future<hashset<ContainerID>> MesosContainerizer::containers()

Callers 1

_destroyMethod · 0.45

Calls 12

strsignalFunction · 0.85
destroyFunction · 0.85
NoneClass · 0.85
FailureClass · 0.85
strerrorFunction · 0.85
atMethod · 0.80
containerClassMethod · 0.80
dispatchFunction · 0.50
killFunction · 0.50
getMethod · 0.45
containsMethod · 0.45
isNoneMethod · 0.45

Tested by

no test coverage detected