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

Function getExecutorSentinelPath

src/slave/paths.cpp:337–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336
337string getExecutorSentinelPath(
338 const string& rootDir,
339 const SlaveID& slaveId,
340 const FrameworkID& frameworkId,
341 const ExecutorID& executorId,
342 const ContainerID& containerId)
343{
344 return path::join(
345 getExecutorRunPath(
346 rootDir,
347 slaveId,
348 frameworkId,
349 executorId,
350 containerId),
351 EXECUTOR_SENTINEL_FILE);
352}
353
354
355string getExecutorVirtualPath(

Callers 2

recoverMethod · 0.85
removeExecutorMethod · 0.85

Calls 2

getExecutorRunPathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected