|
Squid Web Cache v8/master
|
#include <DelaySpec.h>
Public Member Functions | |
| DelaySpec () | |
| void | stats (StoreEntry *sentry, char const *) const |
| void | dump (StoreEntry *) const |
| void | parse () |
Public Attributes | |
| int | restore_bps |
| int64_t | max_bytes |
Definition at line 15 of file DelaySpec.h.
| DelaySpec::DelaySpec | ( | ) |
Definition at line 19 of file DelaySpec.cc.
| void DelaySpec::dump | ( | StoreEntry * | entry | ) | const |
Definition at line 36 of file DelaySpec.cc.
References max_bytes, PRId64, restore_bps, and storeAppendPrintf().
Referenced by Aggregate::dump(), VectorPool::dump(), ClassCHostPool::dump(), DelayTagged::dump(), and DelayUser::dump().
| void DelaySpec::parse | ( | ) |
Definition at line 42 of file DelaySpec.cc.
References DBG_CRITICAL, debugs, max_bytes, ConfigParser::NextToken(), restore_bps, self_destruct(), StringToInt(), and StringToInt64().
Referenced by Aggregate::parse(), VectorPool::parse(), ClassCHostPool::parse(), DelayTagged::parse(), and DelayUser::parse().
| void DelaySpec::stats | ( | StoreEntry * | sentry, |
| char const * | label | ||
| ) | const |
Definition at line 23 of file DelaySpec.cc.
References max_bytes, PRId64, restore_bps, and storeAppendPrintf().
Referenced by Aggregate::stats(), VectorPool::stats(), ClassCHostPool::stats(), DelayTagged::stats(), and DelayUser::stats().
| int64_t DelaySpec::max_bytes |
Definition at line 24 of file DelaySpec.h.
Referenced by dump(), DelayBucket::init(), parse(), MessageDelayPool::refillBucket(), stats(), and DelayBucket::update().
| int DelaySpec::restore_bps |
Definition at line 23 of file DelaySpec.h.
Referenced by dump(), parse(), MessageDelayPool::refillBucket(), DelayTagged::stats(), DelayUser::stats(), stats(), ClassCBucket::update(), and DelayBucket::update().