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

Function getTaskInfoPath

src/slave/paths.cpp:459–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457
458
459string getTaskInfoPath(
460 const string& rootDir,
461 const SlaveID& slaveId,
462 const FrameworkID& frameworkId,
463 const ExecutorID& executorId,
464 const ContainerID& containerId,
465 const TaskID& taskId)
466{
467 return path::join(
468 getTaskPath(
469 rootDir,
470 slaveId,
471 frameworkId,
472 executorId,
473 containerId,
474 taskId),
475 TASK_INFO_FILE);
476}
477
478
479string getTaskUpdatesPath(

Callers 2

recoverMethod · 0.85
checkpointTaskMethod · 0.85

Calls 2

getTaskPathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected