|
Squid Web Cache master
|
cache_dir indexing statistics shared across same-kid process restarts More...
#include <RockRebuild.h>
Public Member Functions | |
| size_t | sharedMemorySize () const |
| bool | completed (const SwapDir &) const |
| whether the rebuild is finished already | |
Static Public Member Functions | |
| static SBuf | Path (const char *dirPath) |
| static Ipc::Mem::Owner< Stats > * | Init (const SwapDir &) |
| static size_t | SharedMemorySize () |
Public Attributes | |
| StoreRebuildData | counts |
Definition at line 36 of file RockRebuild.h.
| bool Rock::Rebuild::Stats::completed | ( | const SwapDir & | dir | ) | const |
Definition at line 265 of file RockRebuild.cc.
References counts, Rock::DoneLoading(), Rock::DoneValidating(), Rock::SwapDir::entryLimitActual(), StoreRebuildData::scancount, Rock::SwapDir::slotLimitActual(), and StoreRebuildData::validations.
|
static |
Definition at line 259 of file RockRebuild.cc.
References Store::Disk::path, and shm_new.
Referenced by Rock::SwapDirRr::create().
|
static |
Definition at line 253 of file RockRebuild.cc.
References Ipc::Mem::Segment::Name().
|
inlinestatic |
Definition at line 42 of file RockRebuild.h.
Referenced by sharedMemorySize().
|
inline |
Definition at line 43 of file RockRebuild.h.
References SharedMemorySize().
| StoreRebuildData Rock::Rebuild::Stats::counts |
Definition at line 48 of file RockRebuild.h.