![]() |
XRootD
|
#include <XrdPfcInfo.hh>
Public Member Functions | |
Store () | |
Public Attributes | |
size_t | m_accessCnt |
total access count for the file More... | |
int | m_astatSize |
size of AStat vector More... | |
long long | m_buffer_size |
buffer / block size More... | |
time_t | m_creationTime |
time the info file was created More... | |
long long | m_file_size |
size of file in bytes More... | |
time_t | m_noCkSumTime |
time when first non-cksummed block was detected More... | |
Status | m_status |
status information More... | |
Definition at line 76 of file XrdPfcInfo.hh.
|
inline |
Definition at line 86 of file XrdPfcInfo.hh.
size_t XrdPfc::Info::Store::m_accessCnt |
total access count for the file
Definition at line 82 of file XrdPfcInfo.hh.
Referenced by XrdPfc::Info::GetAccessCnt(), XrdPfc::Info::ResetAllAccessStats(), XrdPfc::Info::WriteIOStatAttach(), and XrdPfc::Info::WriteIOStatSingle().
int XrdPfc::Info::Store::m_astatSize |
size of AStat vector
Definition at line 84 of file XrdPfcInfo.hh.
Referenced by XrdPfc::Info::Read(), XrdPfc::Info::ResetAllAccessStats(), and XrdPfc::Info::Write().
long long XrdPfc::Info::Store::m_buffer_size |
buffer / block size
Definition at line 78 of file XrdPfcInfo.hh.
Referenced by XrdPfc::Info::GetBufferSize(), XrdPfc::Info::GetExpectedDataFileSize(), XrdPfc::Info::GetNDownloadedBytes(), XrdPfc::Info::ResizeBits(), and XrdPfc::Info::SetBufferSizeFileSizeAndCreationTime().
time_t XrdPfc::Info::Store::m_creationTime |
time the info file was created
Definition at line 80 of file XrdPfcInfo.hh.
Referenced by XrdPfc::Info::GetCreationTime(), XrdPfc::Info::GetLatestDetachTime(), XrdPfc::Info::GetNoCkSumTimeForUVKeep(), and XrdPfc::Info::SetBufferSizeFileSizeAndCreationTime().
long long XrdPfc::Info::Store::m_file_size |
size of file in bytes
Definition at line 79 of file XrdPfcInfo.hh.
Referenced by XrdPfc::Info::GetExpectedDataFileSize(), XrdPfc::Info::GetFileSize(), XrdPfc::Info::ResizeBits(), and XrdPfc::Info::SetBufferSizeFileSizeAndCreationTime().
time_t XrdPfc::Info::Store::m_noCkSumTime |
time when first non-cksummed block was detected
Definition at line 81 of file XrdPfcInfo.hh.
Referenced by XrdPfc::Info::GetNoCkSumTime(), XrdPfc::Info::GetNoCkSumTimeForUVKeep(), XrdPfc::Info::HasNoCkSumTime(), XrdPfc::Info::ResetCkSumCache(), XrdPfc::Info::ResetCkSumNet(), and XrdPfc::Info::ResetNoCkSumTime().
Status XrdPfc::Info::Store::m_status |
status information
Definition at line 83 of file XrdPfcInfo.hh.
Referenced by XrdPfc::Info::DowngradeCkSumState(), XrdPfc::Info::GetCkSumState(), XrdPfc::Info::GetCkSumStateAsText(), XrdPfc::Info::IsCkSumAny(), XrdPfc::Info::IsCkSumBoth(), XrdPfc::Info::IsCkSumCache(), XrdPfc::Info::IsCkSumNet(), XrdPfc::Info::ResetCkSumCache(), XrdPfc::Info::ResetCkSumNet(), and XrdPfc::Info::SetCkSumState().