xrootd
Public Member Functions | Public Attributes | Private Attributes | List of all members
XrdOucCacheStats Class Reference

#include <XrdOucCache.hh>

Collaboration diagram for XrdOucCacheStats:
Collaboration graph
[legend]

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
 

Constructor & Destructor Documentation

XrdOucCacheStats::XrdOucCacheStats ( )
inline
XrdOucCacheStats::~XrdOucCacheStats ( )
inline

Member Function Documentation

void XrdOucCacheStats::Add ( XrdOucCacheStats Src)
inline
void XrdOucCacheStats::Add ( long long &  Dest,
int &  Val 
)
inline
void XrdOucCacheStats::Get ( XrdOucCacheStats Dst)
inline
void XrdOucCacheStats::Lock ( )
inline

References XrdSysMutex::Lock(), and sMutex.

void XrdOucCacheStats::UnLock ( )
inline

References sMutex, and XrdSysMutex::UnLock().

Member Data Documentation

long long XrdOucCacheStats::BytesGet

Referenced by Add(), and Get().

long long XrdOucCacheStats::BytesPass

Referenced by Add(), and Get().

long long XrdOucCacheStats::BytesPead

Referenced by Add(), and Get().

long long XrdOucCacheStats::BytesPut

Referenced by Add(), and Get().

long long XrdOucCacheStats::BytesRead

Referenced by Add(), and Get().

long long XrdOucCacheStats::BytesWrite

Referenced by Add(), and Get().

int XrdOucCacheStats::Hits

Referenced by Add(), and Get().

int XrdOucCacheStats::HitsPR

Referenced by Add(), and Get().

int XrdOucCacheStats::Miss

Referenced by Add(), and Get().

int XrdOucCacheStats::MissPR

Referenced by Add(), and Get().

XrdSysMutex XrdOucCacheStats::sMutex
private

Referenced by Add(), Get(), Lock(), and UnLock().


The documentation for this class was generated from the following file: