|
Squid Web Cache master
|
Public Member Functions | |
| bool | individualUsed (unsigned int index) const |
| unsigned char | findHostMapPosition (unsigned char const host) const |
| bool | individualAllocated (unsigned char host) const |
| unsigned char | hostPosition (DelaySpec &rate, unsigned char const host) |
| void | initHostIndex (DelaySpec &rate, unsigned char index, unsigned char host) |
| void | update (DelaySpec const &, int incr) |
| void | stats (StoreEntry *) const |
Public Attributes | |
| DelayBucket | net |
| VectorMap< unsigned char, DelayBucket > | individuals |
Definition at line 173 of file delay_pools.cc.
| unsigned char ClassCBucket::findHostMapPosition | ( | unsigned char const | host | ) | const |
Definition at line 334 of file delay_pools.cc.
| unsigned char ClassCBucket::hostPosition | ( | DelaySpec & | rate, |
| unsigned char const | host | ||
| ) |
Definition at line 352 of file delay_pools.cc.
References assert, and Aggregate::rate().
| bool ClassCBucket::individualAllocated | ( | unsigned char | host | ) | const |
Definition at line 346 of file delay_pools.cc.
| bool ClassCBucket::individualUsed | ( | unsigned int | index | ) | const |
Definition at line 340 of file delay_pools.cc.
| void ClassCBucket::initHostIndex | ( | DelaySpec & | rate, |
| unsigned char | index, | ||
| unsigned char | host | ||
| ) |
Definition at line 367 of file delay_pools.cc.
References assert, and Aggregate::rate().
| void ClassCBucket::stats | ( | StoreEntry * | sentry | ) | const |
Definition at line 324 of file delay_pools.cc.
References assert, and storeAppendPrintf().
Definition at line 314 of file delay_pools.cc.
References assert, Aggregate::rate(), and DelaySpec::restore_bps.
| VectorMap<unsigned char, DelayBucket> ClassCBucket::individuals |
Definition at line 186 of file delay_pools.cc.
| DelayBucket ClassCBucket::net |
Definition at line 185 of file delay_pools.cc.