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

Function getExecutorInfoPath

src/slave/paths.cpp:265–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263
264
265string getExecutorInfoPath(
266 const string& rootDir,
267 const SlaveID& slaveId,
268 const FrameworkID& frameworkId,
269 const ExecutorID& executorId)
270{
271 return path::join(
272 getExecutorPath(rootDir, slaveId, frameworkId, executorId),
273 EXECUTOR_INFO_FILE);
274}
275
276
277Try<list<string>> getExecutorRunPaths(

Callers 2

recoverMethod · 0.85
checkpointExecutorMethod · 0.85

Calls 2

getExecutorPathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected