|
Squid Web Cache master
|
#include <DelayConfig.h>
Public Member Functions | |
| void | freePoolCount () |
| void | dumpPoolCount (StoreEntry *entry, const char *name) const |
| void | parsePoolCount () |
| void | parsePoolClass () |
| void | parsePoolRates () |
| void | parsePoolAccess (ConfigParser &parser) |
Public Attributes | |
| unsigned short | initial |
Definition at line 18 of file DelayConfig.h.
| void DelayConfig::dumpPoolCount | ( | StoreEntry * | entry, |
| const char * | name | ||
| ) | const |
Definition at line 100 of file DelayConfig.cc.
References DelayPools::delay_data, DelayPools::pools(), and storeAppendPrintf().
Referenced by dump_delay_pool_count().
| void DelayConfig::freePoolCount | ( | ) |
Definition at line 93 of file DelayConfig.cc.
References DelayPools::FreePools(), and initial.
Referenced by free_delay_pool_count().
| void DelayConfig::parsePoolAccess | ( | ConfigParser & | parser | ) |
Definition at line 77 of file DelayConfig.cc.
References aclParseAccessLine(), DBG_CRITICAL, debugs, DelayPools::delay_data, ConfigParser::ParseUShort(), and DelayPools::pools().
Referenced by parse_delay_pool_access().
| void DelayConfig::parsePoolClass | ( | ) |
Definition at line 31 of file DelayConfig.cc.
References DelayPool::createPool(), DBG_CRITICAL, debugs, DelayPools::delay_data, ConfigParser::ParseUShort(), and DelayPools::pools().
Referenced by parse_delay_pool_class().
| void DelayConfig::parsePoolCount | ( | ) |
Definition at line 23 of file DelayConfig.cc.
References ConfigParser::ParseUShort(), and DelayPools::pools().
Referenced by parse_delay_pool_count().
| void DelayConfig::parsePoolRates | ( | ) |
Definition at line 56 of file DelayConfig.cc.
References DBG_CRITICAL, debugs, DelayPools::delay_data, DelayPool::parse(), ConfigParser::ParseUShort(), and DelayPools::pools().
Referenced by parse_delay_pool_rates().
| unsigned short DelayConfig::initial |
Definition at line 28 of file DelayConfig.h.
Referenced by freePoolCount(), and DelayBucket::init().