Contains parameters configurable from the xrootd config file. More...
#include <XrdFileCacheFactory.hh>
Public Member Functions | |
| Configuration () | |
Public Attributes | |
| bool | m_prefetchFileBlocks |
| flag for enabling block-level operation | |
| std::string | m_cache_dir |
| path of disk cache | |
| std::string | m_username |
| username passed to oss plugin | |
| float | m_lwm |
| cache purge low water mark | |
| float | m_hwm |
| cache purge high water mark | |
| long long | m_bufferSize |
| prefetch buffer size, default 1MB | |
| int | m_NRamBuffersRead |
| number of read in-memory cache blocks | |
| int | m_NRamBuffersPrefetch |
| number of prefetch in-memory cache blocks | |
| long long | m_fileFragmentSize |
| used with m_prefetchFileBlocks, default 128MB | |
Contains parameters configurable from the xrootd config file.
| XrdFileCache::Configuration::Configuration | ( | ) | [inline] |
prefetch buffer size, default 1MB
| std::string XrdFileCache::Configuration::m_cache_dir |
path of disk cache
used with m_prefetchFileBlocks, default 128MB
cache purge high water mark
cache purge low water mark
number of prefetch in-memory cache blocks
number of read in-memory cache blocks
flag for enabling block-level operation
| std::string XrdFileCache::Configuration::m_username |
username passed to oss plugin
1.6.1