cache_dir_ | CatalogDiffTool< RoCatalogMgr > | private |
CatalogDiffTool(RoCatalogMgr *old_catalog_mgr, RoCatalogMgr *new_catalog_mgr) | CatalogDiffTool< RoCatalogMgr > | inline |
CatalogDiffTool(const std::string &repo_path, const shash::Any &old_root_hash, const shash::Any &new_root_hash, const std::string &temp_dir_prefix, download::DownloadManager *download_manager, const std::string &cache_dir="") | CatalogDiffTool< RoCatalogMgr > | inline |
DiffRec(const PathString &path) | CatalogDiffTool< RoCatalogMgr > | private |
download_manager_ | CatalogDiffTool< RoCatalogMgr > | private |
GetNewCatalog() const | CatalogDiffTool< RoCatalogMgr > | inlineprotected |
GetNewCatalogMgr() | CatalogDiffTool< RoCatalogMgr > | inlineprotected |
GetOldCatalog() const | CatalogDiffTool< RoCatalogMgr > | inlineprotected |
GetOldCatalogMgr() | CatalogDiffTool< RoCatalogMgr > | inlineprotected |
Init() | CatalogDiffTool< RoCatalogMgr > | |
IsIgnoredPath(const PathString &) | CatalogDiffTool< RoCatalogMgr > | inlineprotectedvirtual |
IsReportablePath(const PathString &) | CatalogDiffTool< RoCatalogMgr > | inlineprotectedvirtual |
needs_setup_ | CatalogDiffTool< RoCatalogMgr > | private |
new_catalog_mgr_ | CatalogDiffTool< RoCatalogMgr > | private |
new_raii_temp_dir_ | CatalogDiffTool< RoCatalogMgr > | private |
new_root_hash_ | CatalogDiffTool< RoCatalogMgr > | private |
old_catalog_mgr_ | CatalogDiffTool< RoCatalogMgr > | private |
old_raii_temp_dir_ | CatalogDiffTool< RoCatalogMgr > | private |
old_root_hash_ | CatalogDiffTool< RoCatalogMgr > | private |
OpenCatalogManager(const std::string &repo_path, const std::string &temp_dir, const shash::Any &root_hash, download::DownloadManager *download_manager, perf::Statistics *stats, const std::string &cache_dir) | CatalogDiffTool< RoCatalogMgr > | private |
repo_path_ | CatalogDiffTool< RoCatalogMgr > | private |
ReportAddition(const PathString &path, const catalog::DirectoryEntry &entry, const XattrList &xattrs, const FileChunkList &chunks)=0 | CatalogDiffTool< RoCatalogMgr > | protectedpure virtual |
ReportModification(const PathString &path, const catalog::DirectoryEntry &old_entry, const catalog::DirectoryEntry &new_entry, const XattrList &xattrs, const FileChunkList &chunks)=0 | CatalogDiffTool< RoCatalogMgr > | protectedpure virtual |
ReportRemoval(const PathString &path, const catalog::DirectoryEntry &entry)=0 | CatalogDiffTool< RoCatalogMgr > | protectedpure virtual |
Run(const PathString &path) | CatalogDiffTool< RoCatalogMgr > | |
stats_new_ | CatalogDiffTool< RoCatalogMgr > | private |
stats_old_ | CatalogDiffTool< RoCatalogMgr > | private |
temp_dir_prefix_ | CatalogDiffTool< RoCatalogMgr > | private |
~CatalogDiffTool() | CatalogDiffTool< RoCatalogMgr > | inlinevirtual |