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

Function getFrameworkInfoPath

src/slave/paths.cpp:230–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229
230string getFrameworkInfoPath(
231 const string& rootDir,
232 const SlaveID& slaveId,
233 const FrameworkID& frameworkId)
234{
235 return path::join(
236 getFrameworkPath(rootDir, slaveId, frameworkId), FRAMEWORK_INFO_FILE);
237}
238
239
240Try<list<string>> getExecutorPaths(

Callers 2

recoverMethod · 0.85
checkpointFrameworkMethod · 0.85

Calls 2

getFrameworkPathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected