#include <XrdPfcInfo.hh>
Public Member Functions | |
Store () | |
Public Attributes | |
int | m_version |
info version | |
long long | m_buffer_size |
prefetch buffer size | |
long long | m_file_size |
number of file blocks | |
unsigned char * | m_buff_synced |
disk written state vector | |
char | m_cksum [16] |
cksum of downloaded information | |
time_t | m_creationTime |
time the info file was created | |
size_t | m_accessCnt |
total access count for the file | |
std::vector< AStat > | m_astats |
access records |
XrdPfc::Info::Store::Store | ( | ) | [inline] |
total access count for the file
Referenced by XrdPfc::Info::GetAccessCnt().
std::vector<AStat> XrdPfc::Info::Store::m_astats |
access records
unsigned char* XrdPfc::Info::Store::m_buff_synced |
disk written state vector
Referenced by XrdPfc::Info::SetBitSynced().
long long XrdPfc::Info::Store::m_buffer_size |
prefetch buffer size
Referenced by XrdPfc::Info::GetBufferSize(), XrdPfc::Info::GetExpectedDataFileSize(), and XrdPfc::Info::GetNDownloadedBytes().
char XrdPfc::Info::Store::m_cksum[16] |
cksum of downloaded information
time the info file was created
long long XrdPfc::Info::Store::m_file_size |
number of file blocks
Referenced by XrdPfc::Info::GetExpectedDataFileSize(), and XrdPfc::Info::GetFileSize().
info version
Referenced by XrdPfc::Info::GetVersion().