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

Function getExecutorRunPath

src/slave/paths.cpp:290–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288
289
290string getExecutorRunPath(
291 const string& rootDir,
292 const SlaveID& slaveId,
293 const FrameworkID& frameworkId,
294 const ExecutorID& executorId,
295 const ContainerID& containerId)
296{
297 return path::join(
298 getExecutorPath(rootDir, slaveId, frameworkId, executorId),
299 EXECUTOR_RUNS_DIR,
300 stringify(containerId));
301}
302
303
304string getExecutorGeneratedForCommandTaskPath(

Callers 15

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
createSlaveStateMethod · 0.85
foreachFunction · 0.85
removeExecutorMethod · 0.85
foreachvalueFunction · 0.85
recoverExecutorMethod · 0.85
getExecutorSentinelPathFunction · 0.85
getLibprocessPidPathFunction · 0.85
getForkedPidPathFunction · 0.85

Calls 3

getExecutorPathFunction · 0.85
joinFunction · 0.50
stringifyFunction · 0.50

Tested by 4

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
createSlaveStateMethod · 0.68