CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
receiver::Params Struct Reference

#include <params.h>

Public Attributes

std::string stratum0
 
std::string proxy
 
std::string spooler_configuration
 
shash::Algorithms hash_alg
 
std::string hash_alg_str
 
zlib::Algorithms compression_alg
 
bool generate_legacy_bulk_chunks
 
bool use_file_chunking
 
size_t min_chunk_size
 
size_t avg_chunk_size
 
size_t max_chunk_size
 
bool enforce_limits
 
size_t nested_kcatalog_limit
 
size_t root_kcatalog_limit
 
size_t file_mbyte_limit
 
bool garbage_collection
 
bool use_autocatalogs
 
size_t max_weight
 
size_t min_weight
 
bool upload_stats_db
 

Detailed Description

Definition at line 17 of file params.h.

Member Data Documentation

size_t receiver::Params::avg_chunk_size
bool receiver::Params::enforce_limits
size_t receiver::Params::file_mbyte_limit
bool receiver::Params::garbage_collection

Definition at line 33 of file params.h.

Referenced by receiver::GetParamsFromFile(), and receiver::CommitProcessor::Process().

bool receiver::Params::generate_legacy_bulk_chunks
std::string receiver::Params::hash_alg_str
size_t receiver::Params::max_chunk_size
size_t receiver::Params::max_weight
size_t receiver::Params::min_chunk_size
size_t receiver::Params::min_weight
size_t receiver::Params::nested_kcatalog_limit
std::string receiver::Params::proxy

Definition at line 19 of file params.h.

Referenced by receiver::GetParamsFromFile(), and receiver::CommitProcessor::Process().

size_t receiver::Params::root_kcatalog_limit
std::string receiver::Params::stratum0
bool receiver::Params::upload_stats_db

Definition at line 37 of file params.h.

Referenced by receiver::GetParamsFromFile(), and receiver::CommitProcessor::Process().

bool receiver::Params::use_autocatalogs
bool receiver::Params::use_file_chunking

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