CernVM-FS
2.12.0
|
#include "cvmfs_config.h"
#include "swissknife_gc.h"
#include <string>
#include "garbage_collection/garbage_collector.h"
#include "garbage_collection/gc_aux.h"
#include "garbage_collection/hash_filter.h"
#include "manifest.h"
#include "reflog.h"
#include "statistics_database.h"
#include "upload_facility.h"
#include "util/posix.h"
#include "util/string.h"
Go to the source code of this file.
Namespaces | |
swissknife | |
Typedefs | |
typedef HttpObjectFetcher | swissknife::ObjectFetcher |
typedef CatalogTraversalParallel < ObjectFetcher > | swissknife::ReadonlyCatalogTraversal |
typedef SmallhashFilter | swissknife::HashFilter |
typedef GarbageCollector < ReadonlyCatalogTraversal, HashFilter > | swissknife::GC |
typedef GarbageCollectorAux < ReadonlyCatalogTraversal, HashFilter > | swissknife::GCAux |
typedef GC::Configuration | swissknife::GcConfig |