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

Function getTaskPath

src/slave/paths.cpp:439–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437
438
439string getTaskPath(
440 const string& rootDir,
441 const SlaveID& slaveId,
442 const FrameworkID& frameworkId,
443 const ExecutorID& executorId,
444 const ContainerID& containerId,
445 const TaskID& taskId)
446{
447 return path::join(
448 getExecutorRunPath(
449 rootDir,
450 slaveId,
451 frameworkId,
452 executorId,
453 containerId),
454 "tasks",
455 stringify(taskId));
456}
457
458
459string getTaskInfoPath(

Callers 7

TEST_FFunction · 0.85
TEST_FFunction · 0.85
foreachFunction · 0.85
completeTaskMethod · 0.85
getTaskInfoPathFunction · 0.85
getTaskUpdatesPathFunction · 0.85

Calls 3

getExecutorRunPathFunction · 0.85
joinFunction · 0.50
stringifyFunction · 0.50

Tested by 3

TEST_FFunction · 0.68
TEST_FFunction · 0.68