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