stub_store_rebuild.cc
Go to the documentation of this file.
23 bool storeRebuildParseEntry(MemBuf &, StoreEntry &, cache_key *, StoreRebuildData &, uint64_t) STUB_RETVAL(false)
bool storeRebuildParseEntry(MemBuf &buf, StoreEntry &tmpe, cache_key *key, StoreRebuildData &stats, uint64_t expectedSize)
parses entry buffer and validates entry metadata; fills e on success
Definition: store_rebuild.cc:324
void storeRebuildComplete(StoreRebuildData *)
Definition: stub_store_rebuild.cc:30
Definition: MemBuf.h:24
static int store_dirs_rebuilding
the number of cache_dirs being rebuilt; TODO: move to Disks::Rebuilding
Definition: Controller.h:139
void print(std::ostream &os) const
brief progress report suitable for level-0/1 debugging
Definition: store_rebuild.cc:236
Definition: Store.h:42
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 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