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

Function getExecutorPath

src/slave/paths.cpp:252–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251
252string getExecutorPath(
253 const string& rootDir,
254 const SlaveID& slaveId,
255 const FrameworkID& frameworkId,
256 const ExecutorID& executorId)
257{
258 return path::join(
259 getFrameworkPath(rootDir, slaveId, frameworkId),
260 EXECUTORS_DIR,
261 stringify(executorId));
262}
263
264
265string getExecutorInfoPath(

Callers 14

TEST_FFunction · 0.85
TYPED_TESTFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_PFunction · 0.85
runMethod · 0.85
removeExecutorMethod · 0.85
recoverExecutorMethod · 0.85
getExecutorInfoPathFunction · 0.85
getExecutorRunPathsFunction · 0.85
getExecutorRunPathFunction · 0.85

Calls 3

getFrameworkPathFunction · 0.85
joinFunction · 0.50
stringifyFunction · 0.50

Tested by 6

TEST_FFunction · 0.68
TYPED_TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_PFunction · 0.68