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

Function getTaskUpdatesPath

src/slave/paths.cpp:479–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477
478
479string getTaskUpdatesPath(
480 const string& rootDir,
481 const SlaveID& slaveId,
482 const FrameworkID& frameworkId,
483 const ExecutorID& executorId,
484 const ContainerID& containerId,
485 const TaskID& taskId)
486{
487 return path::join(
488 getTaskPath(
489 rootDir,
490 slaveId,
491 frameworkId,
492 executorId,
493 containerId,
494 taskId),
495 TASK_UPDATES_FILE);
496}
497
498
499string getResourceProviderRegistryPath(

Callers 2

recoverMethod · 0.85

Calls 2

getTaskPathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected