#include <ReposStats.H>
Inheritance diagram for ReposStats::FdCacheStats:
Public Member Functions | |
FdCacheStats () | |
FdCacheStats (const FdCacheStats &other) | |
FdCacheStats & | operator= (const FdCacheStats &other) |
FdCacheStats | operator- (const FdCacheStats &other) const |
void | send (SRPC *srpc) const throw (SRPC::failure) |
void | recv (SRPC *srpc) throw (SRPC::failure) |
Public Attributes | |
Basics::uint32 | n_in_cache |
Basics::uint64 | hits |
Basics::uint64 | open_misses |
Basics::uint64 | try_misses |
Basics::uint64 | evictions |
Basics::uint64 | expirations |
|
Definition at line 75 of file ReposStats.H. |
|
Definition at line 79 of file ReposStats.H. |
|
Definition at line 98 of file ReposStats.H. References evictions, expirations, hits, n_in_cache, open_misses, and try_misses. |
|
Definition at line 85 of file ReposStats.H. References evictions, expirations, hits, n_in_cache, open_misses, and try_misses. |
|
Implements ReposStats::Stat. Referenced by ReposStats::getStats(). |
|
Implements ReposStats::Stat. |
|
Definition at line 72 of file ReposStats.H. Referenced by operator-(), operator<(), and operator=(). |
|
Definition at line 73 of file ReposStats.H. Referenced by operator-(), operator<(), and operator=(). |
|
Definition at line 69 of file ReposStats.H. Referenced by operator-(), operator<(), and operator=(). |
|
Definition at line 68 of file ReposStats.H. Referenced by operator-(), and operator=(). |
|
Definition at line 70 of file ReposStats.H. Referenced by operator-(), operator<(), and operator=(). |
|
Definition at line 71 of file ReposStats.H. Referenced by operator-(), operator<(), and operator=(). |