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

Function getExecutorHttpMarkerPath

src/slave/paths.cpp:319–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317
318
319string getExecutorHttpMarkerPath(
320 const string& rootDir,
321 const SlaveID& slaveId,
322 const FrameworkID& frameworkId,
323 const ExecutorID& executorId,
324 const ContainerID& containerId)
325{
326 return path::join(
327 getExecutorRunPath(
328 rootDir,
329 slaveId,
330 frameworkId,
331 executorId,
332 containerId),
333 HTTP_MARKER_FILE);
334}
335
336
337string getExecutorSentinelPath(

Callers 2

recoverMethod · 0.85
subscribeMethod · 0.85

Calls 2

getExecutorRunPathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected