|
xrootd
|
#include <XrdOucCache.hh>

Public Member Functions | |
| void | Get (XrdOucCacheStats &Dst) |
| void | Add (XrdOucCacheStats &Src) |
| void | Add (long long &Dest, int &Val) |
| void | Lock () |
| void | UnLock () |
| XrdOucCacheStats () | |
| ~XrdOucCacheStats () | |
Public Attributes | |
| long long | BytesPead |
| long long | BytesRead |
| long long | BytesGet |
| long long | BytesPass |
| long long | BytesWrite |
| long long | BytesPut |
| int | Hits |
| int | Miss |
| int | HitsPR |
| int | MissPR |
Private Attributes | |
| XrdSysMutex | sMutex |
|
inline |
|
inline |
|
inline |
References BytesGet, BytesPass, BytesPead, BytesPut, BytesRead, BytesWrite, Hits, HitsPR, XrdSysMutex::Lock(), Miss, MissPR, sMutex, and XrdSysMutex::UnLock().
Referenced by XrdOucCacheData::Detach(), XrdOucCacheData::Read(), and XrdOucCacheData::Write().
|
inline |
References XrdSysMutex::Lock(), sMutex, and XrdSysMutex::UnLock().
|
inline |
References BytesGet, BytesPass, BytesPead, BytesPut, BytesRead, BytesWrite, Hits, HitsPR, XrdSysMutex::Lock(), Miss, MissPR, sMutex, and XrdSysMutex::UnLock().
|
inline |
References XrdSysMutex::Lock(), and sMutex.
Referenced by XrdOucCacheData::Preread(), and XrdOucCacheData::QueuePR().
|
inline |
References sMutex, and XrdSysMutex::UnLock().
Referenced by XrdOucCacheData::Preread(), and XrdOucCacheData::QueuePR().
| long long XrdOucCacheStats::BytesGet |
Referenced by Add(), XrdOucCacheData::Detach(), Get(), and XrdOucCacheData::Read().
| long long XrdOucCacheStats::BytesPass |
Referenced by Add(), XrdOucCacheData::Detach(), Get(), and XrdOucCacheData::Read().
| long long XrdOucCacheStats::BytesPead |
Referenced by Add(), XrdOucCacheData::Detach(), Get(), XrdOucCacheData::Preread(), and XrdOucCacheData::QueuePR().
| long long XrdOucCacheStats::BytesPut |
Referenced by Add(), XrdOucCacheData::Detach(), Get(), and XrdOucCacheData::Write().
| long long XrdOucCacheStats::BytesRead |
Referenced by Add(), XrdOucCacheData::Detach(), Get(), and XrdOucCacheData::Read().
| long long XrdOucCacheStats::BytesWrite |
Referenced by Add(), XrdOucCacheData::Detach(), Get(), and XrdOucCacheData::Write().
| int XrdOucCacheStats::Hits |
Referenced by Add(), XrdOucCacheData::Detach(), Get(), XrdOucCacheData::Read(), and XrdOucCacheData::Write().
| int XrdOucCacheStats::HitsPR |
Referenced by Add(), XrdOucCacheData::Detach(), Get(), XrdOucCacheData::QueuePR(), XrdOucCacheData::Read(), and XrdOucCacheData::Write().
| int XrdOucCacheStats::Miss |
Referenced by Add(), XrdOucCacheData::Detach(), Get(), XrdOucCacheData::Read(), and XrdOucCacheData::Write().
| int XrdOucCacheStats::MissPR |
Referenced by Add(), XrdOucCacheData::Detach(), Get(), XrdOucCacheData::Preread(), and XrdOucCacheData::QueuePR().
|
private |
1.8.3.1