Definition at line 178 of file XrdPfcPurge.cc.
◆ DataFsState()
XrdPfc::DataFsState::DataFsState |
( |
| ) |
|
|
inline |
Definition at line 185 of file XrdPfcPurge.cc.
185 :
186 m_max_depth (
Cache::Conf().m_dirStatsStoreDepth ),
187 m_root ( m_max_depth ),
188 m_prev_time ( time(0) )
189 {}
static const Configuration & Conf()
◆ dump_recursively()
void XrdPfc::DataFsState::dump_recursively |
( |
| ) |
|
|
inline |
Definition at line 204 of file XrdPfcPurge.cc.
205 {
206 time_t now = time(0);
207
208 printf("DataFsState::dump_recursively epoch = %lld delta_t = %lld max_depth = %d\n",
209 (long long) now, (long long) (now - m_prev_time), m_max_depth);
210
211 m_prev_time = now;
212
213 m_root.dump_recursively("root");
214 }
◆ find_dirstate_for_lfn()
DirState * XrdPfc::DataFsState::find_dirstate_for_lfn |
( |
const std::string & | lfn | ) |
|
|
inline |
◆ get_max_depth()
int XrdPfc::DataFsState::get_max_depth |
( |
| ) |
const |
|
inline |
◆ get_root()
DirState * XrdPfc::DataFsState::get_root |
( |
| ) |
|
|
inline |
◆ reset_stats()
void XrdPfc::DataFsState::reset_stats |
( |
| ) |
|
|
inline |
◆ upward_propagate_stats()
void XrdPfc::DataFsState::upward_propagate_stats |
( |
| ) |
|
|
inline |
Definition at line 201 of file XrdPfcPurge.cc.
201{ m_root.upward_propagate_stats(); }
◆ upward_propagate_usage_purged()
void XrdPfc::DataFsState::upward_propagate_usage_purged |
( |
| ) |
|
|
inline |
Definition at line 202 of file XrdPfcPurge.cc.
202{ m_root.upward_propagate_usage_purged(); }
The documentation for this class was generated from the following file: