|
Squid Web Cache master
|
Public Types | |
| typedef RefCount< VectorPool > | Pointer |
Public Member Functions | |
| void * | operator new (size_t byteCount) |
| void | operator delete (void *address) |
| void | dump (StoreEntry *entry) const override |
| void | parse () override |
| void | update (int incr) override |
| void | stats (StoreEntry *sentry) override |
| DelayIdComposite::Pointer | id (CompositeSelectionDetails &) override |
| void | delayRead (const AsyncCallPointer &) |
Static Public Member Functions | |
| static int | UseCount () |
Public Attributes | |
| VectorMap< unsigned char, DelayBucket > | buckets |
Protected Member Functions | |
| char const * | label () const override |
| unsigned int | makeKey (Ip::Address &src_addr) const override |
| bool | keyAllocated (unsigned char const key) const |
| virtual DelaySpec * | rate () |
| virtual DelaySpec const * | rate () const |
| void | kickReads () |
Protected Attributes | |
| DelaySpec | spec |
| DelayedAsyncCalls | deferredReads |
Private Member Functions | |
| MEMPROXY_CLASS (CompositePoolNode) | |
Static Private Member Functions | |
| static Mem::AllocatorProxy & | Pool () |
Definition at line 162 of file delay_pools.cc.
|
inherited |
Definition at line 112 of file delay_pools.cc.
|
inherited |
Definition at line 80 of file DelayPool.cc.
References CompositePoolNode::deferredReads, and DelayedAsyncCalls::delay().
Referenced by Aggregate::AggregateId::delayRead().
|
overridevirtualinherited |
Implements CompositePoolNode.
Definition at line 642 of file delay_pools.cc.
References DelaySpec::dump(), and VectorPool::rate().
|
overridevirtualinherited |
Implements CompositePoolNode.
Definition at line 693 of file delay_pools.cc.
References VectorPool::buckets, VectorMap< Key, Value >::findKeyIndex(), DelayBucket::init(), VectorMap< Key, Value >::insert(), Ip::Address::isIPv4(), VectorPool::keyAllocated(), VectorPool::makeKey(), VectorPool::rate(), CompositePoolNode::CompositeSelectionDetails::src_addr, and VectorMap< Key, Value >::values.
|
protectedinherited |
Definition at line 664 of file delay_pools.cc.
References VectorPool::buckets, VectorMap< Key, Value >::findKeyIndex(), and VectorMap< Key, Value >::indexUsed().
Referenced by VectorPool::id(), and ClassCHostPool::id().
|
protectedinherited |
Definition at line 88 of file DelayPool.cc.
References CompositePoolNode::deferredReads, and DelayedAsyncCalls::schedule().
Referenced by Aggregate::update(), DelayTagged::update(), and DelayVector::update().
|
inlineoverrideprotectedvirtual |
Implements VectorPool.
Definition at line 167 of file delay_pools.cc.
|
overrideprotectedvirtual |
Implements VectorPool.
Definition at line 742 of file delay_pools.cc.
References Ip::Address::getInAddr(), and Ip::Address::isIPv4().
|
privateinherited |
|
inline |
Definition at line 164 of file delay_pools.cc.
|
inline |
Definition at line 164 of file delay_pools.cc.
|
overridevirtualinherited |
Implements CompositePoolNode.
Definition at line 658 of file delay_pools.cc.
References DelaySpec::parse(), and VectorPool::rate().
|
inlinestaticprivate |
Definition at line 164 of file delay_pools.cc.
|
inlineprotectedvirtualinherited |
Definition at line 125 of file delay_pools.cc.
References VectorPool::spec.
Referenced by VectorPool::dump(), ClassCHostPool::dump(), VectorPool::id(), ClassCHostPool::id(), VectorPool::parse(), ClassCHostPool::parse(), VectorPool::stats(), ClassCHostPool::stats(), VectorPool::update(), and ClassCHostPool::update().
|
inlineprotectedvirtualinherited |
Definition at line 127 of file delay_pools.cc.
References VectorPool::spec.
|
overridevirtualinherited |
Implements CompositePoolNode.
Definition at line 619 of file delay_pools.cc.
References VectorPool::buckets, VectorMap< Key, Value >::key_map, VectorPool::label(), VectorPool::rate(), VectorMap< Key, Value >::size(), DelayBucket::stats(), DelaySpec::stats(), storeAppendPrintf(), and VectorMap< Key, Value >::values.
|
overridevirtualinherited |
Implements CompositePoolNode.
Definition at line 648 of file delay_pools.cc.
References VectorPool::buckets, VectorPool::rate(), VectorMap< Key, Value >::size(), DelayBucket::update(), and VectorMap< Key, Value >::values.
|
inlinestatic |
Definition at line 164 of file delay_pools.cc.
|
inherited |
Definition at line 119 of file delay_pools.cc.
Referenced by VectorPool::id(), ClassCHostPool::id(), VectorPool::keyAllocated(), ClassCHostPool::keyAllocated(), VectorPool::stats(), ClassCHostPool::stats(), VectorPool::update(), and ClassCHostPool::update().
|
protectedinherited |
Definition at line 60 of file CompositePoolNode.h.
Referenced by CompositePoolNode::delayRead(), and CompositePoolNode::kickReads().
|
protectedinherited |
Definition at line 133 of file delay_pools.cc.
Referenced by VectorPool::rate(), and VectorPool::rate().