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

Function getExecutorLatestRunPath

src/slave/paths.cpp:369–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367
368
369string getExecutorLatestRunPath(
370 const string& rootDir,
371 const SlaveID& slaveId,
372 const FrameworkID& frameworkId,
373 const ExecutorID& executorId)
374{
375 return path::join(
376 getExecutorPath(rootDir, slaveId, frameworkId, executorId),
377 EXECUTOR_RUNS_DIR,
378 LATEST_SYMLINK);
379}
380
381
382string getLibprocessPidPath(

Callers 15

launchTaskMethod · 0.85
foreachFunction · 0.85
TEST_FFunction · 0.85
TEST_PFunction · 0.85
TYPED_TESTFunction · 0.85
TEST_PFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_PFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
removeExecutorMethod · 0.85

Calls 2

getExecutorPathFunction · 0.85
joinFunction · 0.50

Tested by 11

launchTaskMethod · 0.68
foreachFunction · 0.68
TEST_FFunction · 0.68
TEST_PFunction · 0.68
TYPED_TESTFunction · 0.68
TEST_PFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
TEST_PFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68