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

Method getFramework

src/slave/slave.cpp:6718–6725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6716
6717
6718Framework* Slave::getFramework(const FrameworkID& frameworkId) const
6719{
6720 if (frameworks.count(frameworkId) > 0) {
6721 return frameworks.at(frameworkId);
6722 }
6723
6724 return nullptr;
6725}
6726
6727
6728Executor* Slave::getExecutor(

Callers 7

executorMethod · 0.45
_launchContainerMethod · 0.45
_waitContainerMethod · 0.45
_killContainerMethod · 0.45
_removeContainerMethod · 0.45
attachContainerInputMethod · 0.45
attachContainerOutputMethod · 0.45

Calls 2

atMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected