CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
anonymous_namespace{shrinkwrap.cc}::Params Struct Reference

Public Member Functions

bool CheckType (const std::string &type)
 
bool Check ()
 
void Complete ()
 
 Params ()
 

Public Attributes

std::string repo_name
 
std::string src_type
 
std::string src_base_dir
 
std::string src_config_path
 
std::string src_data_dir
 
std::string dst_type
 
std::string dst_config_path
 
std::string dst_base_dir
 
std::string dst_data_dir
 
std::string spec_trace_path
 
uint64_t num_parallel
 
uint64_t stat_period
 
bool do_garbage_collection
 

Detailed Description

Definition at line 23 of file shrinkwrap.cc.

Constructor & Destructor Documentation

anonymous_namespace{shrinkwrap.cc}::Params::Params ( )
inline

Definition at line 47 of file shrinkwrap.cc.

Member Function Documentation

bool anonymous_namespace{shrinkwrap.cc}::Params::Check ( )
inline

Definition at line 30 of file shrinkwrap.cc.

bool anonymous_namespace{shrinkwrap.cc}::Params::CheckType ( const std::string &  type)
inline

Definition at line 24 of file shrinkwrap.cc.

Here is the call graph for this function:

void anonymous_namespace{shrinkwrap.cc}::Params::Complete ( )
inline

Definition at line 36 of file shrinkwrap.cc.

Here is the call graph for this function:

Member Data Documentation

bool anonymous_namespace{shrinkwrap.cc}::Params::do_garbage_collection

Definition at line 75 of file shrinkwrap.cc.

std::string anonymous_namespace{shrinkwrap.cc}::Params::dst_base_dir

Definition at line 70 of file shrinkwrap.cc.

std::string anonymous_namespace{shrinkwrap.cc}::Params::dst_config_path

Definition at line 69 of file shrinkwrap.cc.

std::string anonymous_namespace{shrinkwrap.cc}::Params::dst_data_dir

Definition at line 71 of file shrinkwrap.cc.

std::string anonymous_namespace{shrinkwrap.cc}::Params::dst_type

Definition at line 68 of file shrinkwrap.cc.

uint64_t anonymous_namespace{shrinkwrap.cc}::Params::num_parallel

Definition at line 73 of file shrinkwrap.cc.

std::string anonymous_namespace{shrinkwrap.cc}::Params::repo_name

Definition at line 63 of file shrinkwrap.cc.

std::string anonymous_namespace{shrinkwrap.cc}::Params::spec_trace_path

Definition at line 72 of file shrinkwrap.cc.

std::string anonymous_namespace{shrinkwrap.cc}::Params::src_base_dir

Definition at line 65 of file shrinkwrap.cc.

std::string anonymous_namespace{shrinkwrap.cc}::Params::src_config_path

Definition at line 66 of file shrinkwrap.cc.

std::string anonymous_namespace{shrinkwrap.cc}::Params::src_data_dir

Definition at line 67 of file shrinkwrap.cc.

std::string anonymous_namespace{shrinkwrap.cc}::Params::src_type

Definition at line 64 of file shrinkwrap.cc.

uint64_t anonymous_namespace{shrinkwrap.cc}::Params::stat_period

Definition at line 74 of file shrinkwrap.cc.


The documentation for this struct was generated from the following file: