![]() |
CernVM-FS
2.13.0
|
Public Member Functions | |
Settings () | |
bool | IsValid () |
Public Attributes | |
bool | is_alien |
bool | cache_base_defined |
bool | cache_dir_defined |
int64_t | quota_limit |
std::string | cache_path |
std::string | workspace |
std::string | error_reason |
Definition at line 51 of file cvmfs_cache_posix.cc.
|
inline |
Definition at line 52 of file cvmfs_cache_posix.cc.
|
inline |
Definition at line 57 of file cvmfs_cache_posix.cc.
bool anonymous_namespace{cvmfs_cache_posix.cc}::Settings::cache_base_defined |
Definition at line 77 of file cvmfs_cache_posix.cc.
Referenced by anonymous_namespace{cvmfs_cache_posix.cc}::GetSettings().
bool anonymous_namespace{cvmfs_cache_posix.cc}::Settings::cache_dir_defined |
Definition at line 78 of file cvmfs_cache_posix.cc.
Referenced by anonymous_namespace{cvmfs_cache_posix.cc}::GetSettings().
std::string anonymous_namespace{cvmfs_cache_posix.cc}::Settings::cache_path |
Definition at line 84 of file cvmfs_cache_posix.cc.
Referenced by anonymous_namespace{cvmfs_cache_posix.cc}::GetSettings().
std::string anonymous_namespace{cvmfs_cache_posix.cc}::Settings::error_reason |
Definition at line 91 of file cvmfs_cache_posix.cc.
bool anonymous_namespace{cvmfs_cache_posix.cc}::Settings::is_alien |
Definition at line 76 of file cvmfs_cache_posix.cc.
Referenced by anonymous_namespace{cvmfs_cache_posix.cc}::GetSettings().
int64_t anonymous_namespace{cvmfs_cache_posix.cc}::Settings::quota_limit |
Soft limit in bytes for the cache. The quota manager removes half the cache when the limit is exceeded.
Definition at line 83 of file cvmfs_cache_posix.cc.
Referenced by anonymous_namespace{cvmfs_cache_posix.cc}::GetSettings().
std::string anonymous_namespace{cvmfs_cache_posix.cc}::Settings::workspace |
Different from cache_path only if CVMFS_WORKSPACE or CVMFS_CACHE_WORKSPACE is set.
Definition at line 89 of file cvmfs_cache_posix.cc.
Referenced by anonymous_namespace{cvmfs_cache_posix.cc}::GetSettings().