stub_store_rebuild.cc
Go to the documentation of this file.
23bool storeRebuildParseEntry(MemBuf &, StoreEntry &, cache_key *, StoreRebuildData &, uint64_t) STUB_RETVAL(false)
Definition: MemBuf.h:24
void print(std::ostream &os) const
brief progress report suitable for level-0/1 debugging
Definition: store_rebuild.cc:238
Definition: Store.h:42
static int store_dirs_rebuilding
the number of cache_dirs being rebuilt; TODO: move to Disks::Rebuilding
Definition: Controller.h:134
bool storeRebuildParseEntry(MemBuf &buf, StoreEntry &tmpe, cache_key *key, StoreRebuildData &stats, uint64_t expectedSize)
Definition: store_rebuild.cc:275
bool storeRebuildLoadEntry(int fd, int, MemBuf &buf, StoreRebuildData &)
loads entry from disk; fills supplied memory buffer on success
Definition: stub_store_rebuild.cc:38
void storeRebuildComplete(StoreRebuildData *)
Definition: stub_store_rebuild.cc:30
void storeRebuildProgress(int, int, int) STUB bool storeRebuildParseEntry(MemBuf &
void StoreEntry cache_key StoreRebuildData uint64_t STUB_RETVAL(false) void StoreRebuildData
Definition: stub_store_rebuild.cc:23