![]() |
XRootD
|
#include <XrdPfcDirStateBase.hh>
Public Attributes | |
long long | m_disk_total = 0 |
long long | m_disk_used = 0 |
long long | m_file_usage = 0 |
long long | m_meta_total = 0 |
long long | m_meta_used = 0 |
time_t | m_usage_update_time = 0 |
Definition at line 67 of file XrdPfcDirStateBase.hh.
long long XrdPfc::DataFsStateBase::m_disk_total = 0 |
Definition at line 71 of file XrdPfcDirStateBase.hh.
Referenced by XrdPfc::ResourceMonitor::update_vs_and_file_usage_info().
long long XrdPfc::DataFsStateBase::m_disk_used = 0 |
Definition at line 72 of file XrdPfcDirStateBase.hh.
Referenced by XrdPfc::ResourceMonitor::perform_purge_check(), and XrdPfc::ResourceMonitor::update_vs_and_file_usage_info().
long long XrdPfc::DataFsStateBase::m_file_usage = 0 |
Definition at line 73 of file XrdPfcDirStateBase.hh.
Referenced by XrdPfc::ResourceMonitor::perform_purge_check(), and XrdPfc::ResourceMonitor::update_vs_and_file_usage_info().
long long XrdPfc::DataFsStateBase::m_meta_total = 0 |
Definition at line 74 of file XrdPfcDirStateBase.hh.
Referenced by XrdPfc::ResourceMonitor::update_vs_and_file_usage_info().
long long XrdPfc::DataFsStateBase::m_meta_used = 0 |
Definition at line 75 of file XrdPfcDirStateBase.hh.
Referenced by XrdPfc::ResourceMonitor::update_vs_and_file_usage_info().
time_t XrdPfc::DataFsStateBase::m_usage_update_time = 0 |
Definition at line 69 of file XrdPfcDirStateBase.hh.
Referenced by XrdPfc::DataFsState::dump_recursively(), and XrdPfc::DataFsState::update_stats_and_usages().