XrdFileCache::Configuration Struct Reference

Contains parameters configurable from the xrootd config file. More...

#include <XrdFileCacheFactory.hh>

List of all members.

Public Member Functions

 Configuration ()

Public Attributes

bool m_hdfsmode
 flag for enabling block-level operation
std::string m_cache_dir
 path of disk cache
std::string m_username
 username passed to oss plugin
long long m_diskUsageLWM
 cache purge low water mark
long long m_diskUsageHWM
 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_hdfsbsize
 used with m_hdfsmode, default 128MB


Detailed Description

Contains parameters configurable from the xrootd config file.


Constructor & Destructor Documentation

XrdFileCache::Configuration::Configuration (  )  [inline]


Member Data Documentation

long long XrdFileCache::Configuration::m_bufferSize

prefetch buffer size, default 1MB

std::string XrdFileCache::Configuration::m_cache_dir

path of disk cache

long long XrdFileCache::Configuration::m_diskUsageHWM

cache purge high water mark

long long XrdFileCache::Configuration::m_diskUsageLWM

cache purge low water mark

long long XrdFileCache::Configuration::m_hdfsbsize

used with m_hdfsmode, default 128MB

bool XrdFileCache::Configuration::m_hdfsmode

flag for enabling block-level operation

int XrdFileCache::Configuration::m_NRamBuffersPrefetch

number of prefetch in-memory cache blocks

int XrdFileCache::Configuration::m_NRamBuffersRead

number of read in-memory cache blocks

std::string XrdFileCache::Configuration::m_username

username passed to oss plugin


The documentation for this struct was generated from the following file:
Generated on 5 Oct 2016 for xrootd by  doxygen 1.4.7