|
Squid Web Cache master
|
Classes | |
| class | AggregateId |
Public Types | |
| typedef RefCount< Aggregate > | Pointer |
Public Member Functions | |
| void * | operator new (size_t byteCount) |
| void | operator delete (void *address) |
| Aggregate () | |
| ~Aggregate () override | |
| virtual DelaySpec * | rate () |
| virtual DelaySpec const * | rate () const |
| void | stats (StoreEntry *sentry) override |
| void | dump (StoreEntry *entry) const override |
| void | update (int incr) override |
| void | parse () override |
| DelayIdComposite::Pointer | id (CompositeSelectionDetails &) override |
| void | delayRead (const AsyncCallPointer &) |
Static Public Member Functions | |
| static int | UseCount () |
Protected Member Functions | |
| void | kickReads () |
Protected Attributes | |
| DelayedAsyncCalls | deferredReads |
Private Member Functions | |
| MEMPROXY_CLASS (CompositePoolNode) | |
Static Private Member Functions | |
| static Mem::AllocatorProxy & | Pool () |
Private Attributes | |
| DelayBucket | theBucket |
| DelaySpec | spec |
Friends | |
| class | AggregateId |
Definition at line 43 of file delay_pools.cc.
| typedef RefCount<Aggregate> Aggregate::Pointer |
Definition at line 48 of file delay_pools.cc.
| Aggregate::Aggregate | ( | ) |
Definition at line 377 of file delay_pools.cc.
References DelayBucket::init(), rate(), DelayPools::registerForUpdates(), and theBucket.
Referenced by CommonPool::Factory().
|
override |
Definition at line 383 of file delay_pools.cc.
References DelayPools::deregisterForUpdates().
|
inherited |
Definition at line 80 of file DelayPool.cc.
References CompositePoolNode::deferredReads, and DelayedAsyncCalls::delay().
Referenced by Aggregate::AggregateId::delayRead().
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 404 of file delay_pools.cc.
References DelaySpec::dump(), and rate().
|
overridevirtual |
|
protectedinherited |
Definition at line 88 of file DelayPool.cc.
References CompositePoolNode::deferredReads, and DelayedAsyncCalls::schedule().
Referenced by update(), DelayTagged::update(), and DelayVector::update().
|
privateinherited |
|
inline |
Definition at line 45 of file delay_pools.cc.
|
inline |
Definition at line 45 of file delay_pools.cc.
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 417 of file delay_pools.cc.
References DelaySpec::parse(), and rate().
|
inlinestaticprivate |
Definition at line 45 of file delay_pools.cc.
|
inlinevirtual |
Definition at line 51 of file delay_pools.cc.
References spec.
Referenced by Aggregate(), dump(), ClassCBucket::hostPosition(), id(), ClassCBucket::initHostIndex(), parse(), stats(), ClassCBucket::update(), and update().
|
inlinevirtual |
Definition at line 53 of file delay_pools.cc.
References spec.
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 389 of file delay_pools.cc.
References rate(), DelayBucket::stats(), DelaySpec::stats(), storeAppendPrintf(), and theBucket.
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 410 of file delay_pools.cc.
References CompositePoolNode::kickReads(), rate(), theBucket, and DelayBucket::update().
|
inlinestatic |
Definition at line 45 of file delay_pools.cc.
|
friend |
Definition at line 79 of file delay_pools.cc.
|
protectedinherited |
Definition at line 60 of file CompositePoolNode.h.
Referenced by CompositePoolNode::delayRead(), and CompositePoolNode::kickReads().
|
private |
Definition at line 82 of file delay_pools.cc.
|
private |
Definition at line 81 of file delay_pools.cc.
Referenced by Aggregate(), stats(), and update().