#include <CacheState.H>
Collaboration diagram for CacheState:

Public Member Functions | |
| void | Print (std::ostream &os, int indent=0) const throw () |
| void | Send (SRPC &srpc) const throw (SRPC::failure) |
| void | Recv (SRPC &srpc) throw (SRPC::failure) |
Public Attributes | |
| unsigned int | virtualSize |
| unsigned int | physicalSize |
| MethodCnts | cnt |
| unsigned int | vmpkCnt |
| unsigned int | vpkCnt |
| unsigned int | entryCnt |
| EntryState | s |
| unsigned int | hitFilterCnt |
| unsigned int | delEntryCnt |
| unsigned int | mpkWeedCnt |
Definition at line 83 of file CacheState.H.
| void CacheState::Print | ( | std::ostream & | os, | |
| int | indent = 0 | |||
| ) | const throw () |
| void CacheState::Send | ( | SRPC & | srpc | ) | const throw (SRPC::failure) |
Definition at line 111 of file CacheState.C.
Referenced by ExpCache::GetCacheState().
Here is the caller graph for this function:

| void CacheState::Recv | ( | SRPC & | srpc | ) | throw (SRPC::failure) |
Definition at line 130 of file CacheState.C.
| unsigned int CacheState::virtualSize |
Definition at line 85 of file CacheState.H.
| unsigned int CacheState::physicalSize |
Definition at line 86 of file CacheState.H.
Definition at line 88 of file CacheState.H.
| unsigned int CacheState::vmpkCnt |
Definition at line 89 of file CacheState.H.
| unsigned int CacheState::vpkCnt |
Definition at line 90 of file CacheState.H.
| unsigned int CacheState::entryCnt |
Definition at line 91 of file CacheState.H.
Definition at line 92 of file CacheState.H.
| unsigned int CacheState::hitFilterCnt |
Definition at line 93 of file CacheState.H.
| unsigned int CacheState::delEntryCnt |
Definition at line 94 of file CacheState.H.
| unsigned int CacheState::mpkWeedCnt |
Definition at line 95 of file CacheState.H.
1.5.1