#include <pconn.h>
Public Member Functions | |
PconnModule () | |
void | registerWithCacheManager (void) |
void | add (PconnPool *) |
void | remove (PconnPool *) |
unregister and forget about this pool object More... | |
Static Public Member Functions | |
static PconnModule * | GetInstance () |
static void | DumpWrapper (StoreEntry *e) |
Public Attributes | |
OBJH | dump |
Private Types | |
typedef std::set< PconnPool * > | Pools |
unordered PconnPool collection More... | |
Private Attributes | |
Pools | pools |
all live pools More... | |
Static Private Attributes | |
static PconnModule * | instance = nullptr |
Detailed Description
Member Typedef Documentation
◆ Pools
|
private |
Constructor & Destructor Documentation
◆ PconnModule()
PconnModule::PconnModule | ( | ) |
Definition at line 550 of file pconn.cc.
References registerWithCacheManager().
Referenced by GetInstance().
Member Function Documentation
◆ add()
void PconnModule::add | ( | PconnPool * | aPool | ) |
◆ DumpWrapper()
|
static |
A thunk to the still C like CacheManager callback api.
Definition at line 599 of file pconn.cc.
References dump, and GetInstance().
Referenced by registerWithCacheManager().
◆ GetInstance()
|
static |
the module is a singleton until we have instance based cachemanager management
Definition at line 556 of file pconn.cc.
References PconnModule(), and instance.
Referenced by PconnPool::PconnPool(), PconnPool::~PconnPool(), and DumpWrapper().
◆ registerWithCacheManager()
void PconnModule::registerWithCacheManager | ( | void | ) |
Definition at line 565 of file pconn.cc.
References DumpWrapper(), and Mgr::RegisterAction().
Referenced by PconnModule().
◆ remove()
void PconnModule::remove | ( | PconnPool * | aPool | ) |
Member Data Documentation
◆ dump
void PconnModule::dump |
Definition at line 185 of file pconn.h.
Referenced by DumpWrapper().
◆ instance
|
staticprivate |
Definition at line 191 of file pconn.h.
Referenced by GetInstance().
◆ pools
|
private |
The documentation for this class was generated from the following files: