#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 |
Detailed Description
Definition at line 23 of file ClientDelayConfig.h.
Member Typedef Documentation
◆ Pointer
Definition at line 26 of file ClientDelayConfig.h.
Constructor & Destructor Documentation
◆ ClientDelayPool() [1/2]
|
inline |
Definition at line 28 of file ClientDelayConfig.h.
◆ ~ClientDelayPool()
|
override |
Definition at line 17 of file ClientDelayConfig.cc.
References access, and aclDestroyAccessList().
◆ ClientDelayPool() [2/2]
|
delete |
Member Function Documentation
◆ dump()
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().
◆ operator=()
|
delete |
Member Data Documentation
◆ access
acl_access* ClientDelayPool::access |
Definition at line 35 of file ClientDelayConfig.h.
Referenced by ~ClientDelayPool(), dump(), and ClientDelayConfig::finalize().
◆ highwatermark
int64_t ClientDelayPool::highwatermark |
Definition at line 37 of file ClientDelayConfig.h.
Referenced by dump(), and ClientDelayConfig::parsePoolRates().
◆ rate
int ClientDelayPool::rate |
Definition at line 36 of file ClientDelayConfig.h.
Referenced by dump(), and ClientDelayConfig::parsePoolRates().
The documentation for this class was generated from the following files: