|
Squid Web Cache master
|
During an update, the stored entry has two editions: stale and fresh. More...
#include <StoreMap.h>
Public Member Functions | |
| Edition () | |
| operator bool () const | |
| whether this entry edition is currently used/initialized | |
Public Attributes | |
| StoreMapAnchor * | anchor |
| StoreMap::anchors[fileNo], for convenience/speed. | |
| sfileno | fileNo |
| StoreMap::fileNos[name], for convenience/speed. | |
| sfileno | name |
| StoreEntry position in StoreMap::fileNos, for swapping Editions. | |
| StoreMapSliceId | splicingPoint |
| the last slice in the chain still containing metadata/headers | |
Definition at line 185 of file StoreMap.h.
|
inline |
Definition at line 188 of file StoreMap.h.
|
inlineexplicit |
Definition at line 191 of file StoreMap.h.
References anchor.
| StoreMapAnchor* Ipc::StoreMapUpdate::Edition::anchor |
Definition at line 193 of file StoreMap.h.
Referenced by Ipc::StoreMap::abortUpdating(), Ipc::StoreMap::closeForUpdating(), Rock::SwapDir::createUpdateIO(), Ipc::StoreMap::openForUpdating(), Ipc::StoreMap::openKeyless(), operator bool(), and MemStore::updateHeadersOrThrow().
| sfileno Ipc::StoreMapUpdate::Edition::fileNo |
Definition at line 194 of file StoreMap.h.
Referenced by Ipc::StoreMap::abortUpdating(), Ipc::StoreMap::closeForUpdating(), Rock::SwapDir::createUpdateIO(), Ipc::StoreMap::openForUpdating(), Ipc::StoreMap::openKeyless(), and MemStore::updateHeadersOrThrow().
| sfileno Ipc::StoreMapUpdate::Edition::name |
Definition at line 195 of file StoreMap.h.
Referenced by Ipc::StoreMap::closeForUpdating(), Ipc::StoreMap::openForUpdating(), and Ipc::StoreMap::openKeyless().
| StoreMapSliceId Ipc::StoreMapUpdate::Edition::splicingPoint |
Definition at line 198 of file StoreMap.h.
Referenced by Ipc::StoreMap::closeForUpdating(), and MemStore::updateHeadersOrThrow().