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

Method foreachvalue

src/launcher/default_executor.cpp:184–189  ·  view source on GitHub ↗

Disconnect all active connections used for waiting on child containers.

Source from the content-addressed store, hash-verified

182 // Disconnect all active connections used for
183 // waiting on child containers.
184 foreachvalue (Owned<Container>& container, containers) {
185 if (container->waiting.isSome()) {
186 container->waiting->disconnect();
187 container->waiting = None();
188 }
189 }
190
191 // Pause all checks and health checks.
192 foreachvalue (Owned<Container>& container, containers) {

Callers

nothing calls this directly

Calls 8

NoneClass · 0.85
MergeFromMethod · 0.80
killFunction · 0.50
isSomeMethod · 0.45
disconnectMethod · 0.45
pauseMethod · 0.45
getMethod · 0.45
resumeMethod · 0.45

Tested by

no test coverage detected