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

Method getExecutor

src/slave/slave.cpp:6728–6738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6726
6727
6728Executor* Slave::getExecutor(
6729 const FrameworkID& frameworkId,
6730 const ExecutorID& executorId) const
6731{
6732 Framework* framework = getFramework(frameworkId);
6733 if (framework != nullptr) {
6734 return framework->getExecutor(executorId);
6735 }
6736
6737 return nullptr;
6738}
6739
6740
6741Executor* Slave::getExecutor(const ContainerID& containerId) const

Callers 15

executorMethod · 0.80
_launchContainerMethod · 0.80
_waitContainerMethod · 0.80
_killContainerMethod · 0.80
_removeContainerMethod · 0.80
attachContainerInputMethod · 0.80
attachContainerOutputMethod · 0.80
runMethod · 0.80
__runMethod · 0.80
___runMethod · 0.80
launchExecutorMethod · 0.80
killTaskMethod · 0.80

Calls 3

getRootContainerIdFunction · 0.85
atMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected