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

Function getExecutorRunPaths

src/slave/paths.cpp:277–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276
277Try<list<string>> getExecutorRunPaths(
278 const string& rootDir,
279 const SlaveID& slaveId,
280 const FrameworkID& frameworkId,
281 const ExecutorID& executorId)
282{
283 return fs::list(path::join(
284 getExecutorPath(rootDir, slaveId, frameworkId, executorId),
285 EXECUTOR_RUNS_DIR,
286 "*"));
287}
288
289
290string getExecutorRunPath(

Callers 1

recoverMethod · 0.85

Calls 3

getExecutorPathFunction · 0.85
listFunction · 0.50
joinFunction · 0.50

Tested by

no test coverage detected