|
Squid Web Cache master
|
Store IO interface data. More...
#include <StoreIoAction.h>
Public Member Functions | |
| StoreIoActionData () | |
| StoreIoActionData & | operator+= (const StoreIoActionData &stats) |
Public Attributes | |
| double | create_calls |
| double | create_select_fail |
| double | create_create_fail |
| double | create_success |
Definition at line 20 of file StoreIoAction.h.
| Mgr::StoreIoActionData::StoreIoActionData | ( | ) |
Definition at line 19 of file StoreIoAction.cc.
| Mgr::StoreIoActionData & Mgr::StoreIoActionData::operator+= | ( | const StoreIoActionData & | stats | ) |
Definition at line 25 of file StoreIoAction.cc.
References create_calls, create_create_fail, create_select_fail, and create_success.
| double Mgr::StoreIoActionData::create_calls |
Definition at line 27 of file StoreIoAction.h.
Referenced by operator+=().
| double Mgr::StoreIoActionData::create_create_fail |
Definition at line 29 of file StoreIoAction.h.
Referenced by operator+=().
| double Mgr::StoreIoActionData::create_select_fail |
Definition at line 28 of file StoreIoAction.h.
Referenced by operator+=().
| double Mgr::StoreIoActionData::create_success |
Definition at line 30 of file StoreIoAction.h.
Referenced by operator+=().