#include <DelayTagged.h>
Classes | |
class | Id |
Public Types | |
typedef RefCount< DelayTagged > | Pointer |
Public Member Functions | |
DelayTagged () | |
~DelayTagged () 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 (DelayTagged) | |
Private Attributes | |
DelaySpec | spec |
Splay< DelayTaggedBucket::Pointer > | buckets |
Friends | |
class | Id |
Detailed Description
Definition at line 41 of file DelayTagged.h.
Member Typedef Documentation
◆ Pointer
typedef RefCount<DelayTagged> DelayTagged::Pointer |
Definition at line 46 of file DelayTagged.h.
Constructor & Destructor Documentation
◆ DelayTagged()
DelayTagged::DelayTagged | ( | ) |
Definition at line 19 of file DelayTagged.cc.
References DelayPools::registerForUpdates().
◆ ~DelayTagged()
|
override |
Definition at line 26 of file DelayTagged.cc.
References buckets, DelayTaggedFree, and DelayPools::deregisterForUpdates().
Member Function Documentation
◆ delayRead()
|
inherited |
Definition at line 80 of file DelayPool.cc.
References CompositePoolNode::deferredReads, and DelayedAsyncCalls::delay().
Referenced by Aggregate::AggregateId::delayRead().
◆ dump()
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 74 of file DelayTagged.cc.
References DelaySpec::dump(), and spec.
◆ id()
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 111 of file DelayTagged.cc.
References Id, SBuf::length(), and CompositePoolNode::CompositeSelectionDetails::tag.
◆ kickReads()
|
protectedinherited |
Definition at line 88 of file DelayPool.cc.
References CompositePoolNode::deferredReads, and DelayedAsyncCalls::schedule().
Referenced by Aggregate::update(), update(), and DelayVector::update().
◆ MEMPROXY_CLASS()
|
private |
◆ parse()
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 104 of file DelayTagged.cc.
References DelaySpec::parse(), and spec.
◆ stats()
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 54 of file DelayTagged.cc.
References buckets, DelaySpec::restore_bps, spec, DelaySpec::stats(), and storeAppendPrintf().
◆ update()
|
overridevirtual |
Implements CompositePoolNode.
Definition at line 95 of file DelayTagged.cc.
References buckets, CompositePoolNode::kickReads(), and spec.
Friends And Related Function Documentation
◆ Id
Definition at line 76 of file DelayTagged.h.
Referenced by id().
Member Data Documentation
◆ buckets
|
private |
Definition at line 79 of file DelayTagged.h.
Referenced by DelayTagged::Id::Id(), ~DelayTagged(), stats(), and update().
◆ deferredReads
|
protectedinherited |
Definition at line 60 of file CompositePoolNode.h.
Referenced by CompositePoolNode::delayRead(), and CompositePoolNode::kickReads().
◆ spec
|
private |
Definition at line 78 of file DelayTagged.h.
Referenced by DelayTagged::Id::Id(), dump(), parse(), stats(), and update().
The documentation for this class was generated from the following files:
- src/DelayTagged.h
- src/DelayTagged.cc