|
Squid Web Cache master
|
#include <ClientDelayConfig.h>
Public Types | |
| typedef RefCount< ClientDelayPool > | Pointer |
Public Member Functions | |
| ClientDelayPool () | |
| ~ClientDelayPool () override | |
| ClientDelayPool (const ClientDelayPool &)=delete | |
| ClientDelayPool & | operator= (const ClientDelayPool &)=delete |
| void | dump (StoreEntry *entry, unsigned int poolNumberMinusOne) const |
Public Attributes | |
| acl_access * | access |
| int | rate |
| int64_t | highwatermark |
Definition at line 23 of file ClientDelayConfig.h.
Definition at line 26 of file ClientDelayConfig.h.
|
inline |
Definition at line 28 of file ClientDelayConfig.h.
|
override |
Definition at line 17 of file ClientDelayConfig.cc.
References access, and aclDestroyAccessList().
|
delete |
| void ClientDelayPool::dump | ( | StoreEntry * | entry, |
| unsigned int | poolNumberMinusOne | ||
| ) | const |
Definition at line 23 of file ClientDelayConfig.cc.
References access, dump_acl_access(), highwatermark, LOCAL_ARRAY, PRId64, rate, and storeAppendPrintf().
|
delete |
| acl_access* ClientDelayPool::access |
Definition at line 35 of file ClientDelayConfig.h.
Referenced by ~ClientDelayPool(), dump(), and ClientDelayConfig::finalize().
| int64_t ClientDelayPool::highwatermark |
Definition at line 37 of file ClientDelayConfig.h.
Referenced by dump(), and ClientDelayConfig::parsePoolRates().
| int ClientDelayPool::rate |
Definition at line 36 of file ClientDelayConfig.h.
Referenced by dump(), and ClientDelayConfig::parsePoolRates().