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

Function getFrameworkPidPath

src/slave/paths.cpp:220–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219
220string getFrameworkPidPath(
221 const string& rootDir,
222 const SlaveID& slaveId,
223 const FrameworkID& frameworkId)
224{
225 return path::join(
226 getFrameworkPath(rootDir, slaveId, frameworkId), FRAMEWORK_PID_FILE);
227}
228
229
230string getFrameworkInfoPath(

Callers 2

recoverMethod · 0.85
checkpointFrameworkMethod · 0.85

Calls 2

getFrameworkPathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected