|
Squid Web Cache master
|
#include <DelayUser.h>
Classes | |
| class | Id |
Public Types | |
| typedef RefCount< DelayUser > | Pointer |
Public Member Functions | |
| DelayUser () | |
| ~DelayUser () override | |
| 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 &) |
Protected Member Functions | |
| void | kickReads () |
Protected Attributes | |
| DelayedAsyncCalls | deferredReads |
Private Member Functions | |
| MEMPROXY_CLASS (DelayUser) | |
Private Attributes | |
| DelaySpec | spec |
| Splay< DelayUserBucket::Pointer > | buckets |
Friends | |
| class | Id |
Definition at line 40 of file DelayUser.h.
| typedef RefCount<DelayUser> DelayUser::Pointer |
Definition at line 45 of file DelayUser.h.
| DelayUser::DelayUser | ( | ) |
Definition at line 21 of file DelayUser.cc.
References DelayPools::registerForUpdates().
|
override |
Definition at line 28 of file DelayUser.cc.
References buckets, DelayUserFree, and 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 80 of file DelayUser.cc.
References DelaySpec::dump(), and spec.
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 115 of file DelayUser.cc.
References debugs, Auth::UserRequest::user(), and CompositePoolNode::CompositeSelectionDetails::user.
|
protectedinherited |
Definition at line 88 of file DelayPool.cc.
References CompositePoolNode::deferredReads, and DelayedAsyncCalls::schedule().
Referenced by Aggregate::update(), DelayTagged::update(), and DelayVector::update().
|
private |
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 109 of file DelayUser.cc.
References DelaySpec::parse(), and spec.
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 60 of file DelayUser.cc.
References buckets, DelaySpec::restore_bps, spec, DelaySpec::stats(), and storeAppendPrintf().
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 101 of file DelayUser.cc.
|
friend |
Definition at line 73 of file DelayUser.h.
|
private |
Definition at line 76 of file DelayUser.h.
Referenced by DelayUser::Id::Id(), ~DelayUser(), stats(), and update().
|
protectedinherited |
Definition at line 60 of file CompositePoolNode.h.
Referenced by CompositePoolNode::delayRead(), and CompositePoolNode::kickReads().
|
private |
Definition at line 75 of file DelayUser.h.
Referenced by DelayUser::Id::Id(), dump(), parse(), stats(), and update().