xrootd
Classes | Typedefs | Enumerations
XrdPfc Namespace Reference

Classes

struct  Configuration
 Contains parameters configurable from the xrootd config file. More...
 
struct  TmpConfiguration
 
struct  SplitParser
 
struct  PathTokenizer
 
class  Cache
 Attaches/creates and detaches/deletes cache-io objects for disk based cache. More...
 
class  Decision
 Base class for selecting which files should be cached. More...
 
struct  ReadReqRH
 
struct  ReadRequest
 
struct  ChunkRequest
 
class  Block
 
class  BlockResponseHandler
 
class  DirectResponseHandler
 
class  File
 
class  Info
 Status of cached file. Can be read from and written into a binary file. More...
 
class  IO
 Base cache-io class that implements some XrdOucCacheIO abstract methods. More...
 
class  IOFile
 Downloads original file into a single file on local disk. Handles read requests as they come along. More...
 
class  IOFileBlock
 Downloads original file into multiple files, chunked into blocks. Only blocks that are asked for are downloaded. Handles read requests as they come along. More...
 
class  Print
 
class  Stats
 Statistics of cache utilisation by a File object. More...
 

Typedefs

using vChunkRequest_t = std::vector< ChunkRequest >
 
using vChunkRequest_i = std::vector< ChunkRequest >::iterator
 
using BlockList_t = std::list< Block * >
 
using BlockList_i = std::list< Block * >::iterator
 
typedef std::vector< uint32_t > vCkSum_t
 

Enumerations

enum  CkSumCheck_e {
  CSChk_Unknown = -1 , CSChk_None = 0 , CSChk_Cache = 1 , CSChk_Net = 2 ,
  CSChk_Both = 3 , CSChk_TLS = 4
}
 

Typedef Documentation

◆ BlockList_i

using XrdPfc::BlockList_i = typedef std::list<Block*>::iterator

◆ BlockList_t

using XrdPfc::BlockList_t = typedef std::list<Block*>

◆ vChunkRequest_i

using XrdPfc::vChunkRequest_i = typedef std::vector<ChunkRequest>::iterator

◆ vChunkRequest_t

using XrdPfc::vChunkRequest_t = typedef std::vector<ChunkRequest>

◆ vCkSum_t

typedef std::vector<uint32_t> XrdPfc::vCkSum_t

Enumeration Type Documentation

◆ CkSumCheck_e

Enumerator
CSChk_Unknown 
CSChk_None 
CSChk_Cache 
CSChk_Net 
CSChk_Both 
CSChk_TLS