#include <XrdPfcDirStateSnapshot.hh>
Public Member Functions | |
| DirStateElement () | |
| DirStateElement (const DirState &b, int parent) | |
| Public Member Functions inherited from XrdPfc::DirStateBase | |
| DirStateBase () | |
| DirStateBase (const std::string &dname) | |
Public Attributes | |
| int | m_daughters_begin = -1 |
| int | m_daughters_end = -1 |
| int | m_parent = -1 |
| DirStats | m_stats |
| DirUsage | m_usage |
| Public Attributes inherited from XrdPfc::DirStateBase | |
| std::string | m_dir_name |
Definition at line 18 of file XrdPfcDirStateSnapshot.hh.
|
inline |
Definition at line 26 of file XrdPfcDirStateSnapshot.hh.
|
inline |
Definition at line 27 of file XrdPfcDirStateSnapshot.hh.
References XrdPfc::DirStateBase::DirStateBase(), m_parent, m_stats, m_usage, and parent().
| int XrdPfc::DirStateElement::m_daughters_begin = -1 |
Definition at line 24 of file XrdPfcDirStateSnapshot.hh.
Referenced by XrdPfc::ResourceMonitor::fill_sshot_vec_children().
| int XrdPfc::DirStateElement::m_daughters_end = -1 |
Definition at line 24 of file XrdPfcDirStateSnapshot.hh.
Referenced by XrdPfc::ResourceMonitor::fill_sshot_vec_children().
| int XrdPfc::DirStateElement::m_parent = -1 |
Definition at line 23 of file XrdPfcDirStateSnapshot.hh.
Referenced by DirStateElement().
| DirStats XrdPfc::DirStateElement::m_stats |
Definition at line 20 of file XrdPfcDirStateSnapshot.hh.
Referenced by DirStateElement().
| DirUsage XrdPfc::DirStateElement::m_usage |
Definition at line 21 of file XrdPfcDirStateSnapshot.hh.
Referenced by DirStateElement().