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

Method path

src/slave/containerizer/fetcher_process.hpp:108–108  ·  view source on GitHub ↗

Returns the path in the filesystem where cache entry resides. TODO(bernd-mesos): Remove this construct after refactoring so that the slave flags get injected into the fetcher.

Source from the content-addressed store, hash-verified

106 // TODO(bernd-mesos): Remove this construct after refactoring so
107 // that the slave flags get injected into the fetcher.
108 Path path() const { return Path(path::join(directory, filename)); }
109
110 // Uniquely identifies a user/URI combination.
111 const std::string key;

Callers 15

foreachMethod · 0.45
utils.cppFile · 0.45
downloadFunction · 0.45
getManifestUriFunction · 0.45
getBlobUriFunction · 0.45
_fetchMethod · 0.45
foreachFunction · 0.45
_fetchBlobMethod · 0.45
fetchMethod · 0.45
fetchMethod · 0.45
fetchMethod · 0.45
checkInfoToCheckFunction · 0.45

Calls 2

PathClass · 0.85
joinFunction · 0.50

Tested by

no test coverage detected