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

Function getExecutorPaths

src/slave/paths.cpp:240–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239
240Try<list<string>> getExecutorPaths(
241 const string& rootDir,
242 const SlaveID& slaveId,
243 const FrameworkID& frameworkId)
244{
245 return fs::list(path::join(
246 getFrameworkPath(rootDir, slaveId, frameworkId),
247 EXECUTORS_DIR,
248 "*"));
249}
250
251
252string getExecutorPath(

Callers 1

recoverMethod · 0.85

Calls 3

getFrameworkPathFunction · 0.85
listFunction · 0.50
joinFunction · 0.50

Tested by

no test coverage detected