StoreMap.h File Reference
#include "ipc/mem/FlexibleArray.h"
#include "ipc/mem/Pointer.h"
#include "ipc/ReadWriteLock.h"
#include "sbuf/SBuf.h"
#include "store/forward.h"
#include "store_key_md5.h"
#include <functional>
Include dependency graph for StoreMap.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Ipc::StoreMapSlice |
class | Ipc::StoreMapAnchor |
struct | Ipc::StoreMapAnchor::Basics |
class | Ipc::StoreMapItems< C > |
class | Ipc::StoreMapAnchors |
class | Ipc::StoreMapUpdate |
Aggregates information required for updating entry metadata and headers. More... | |
class | Ipc::StoreMapUpdate::Edition |
During an update, the stored entry has two editions: stale and fresh. More... | |
class | Ipc::StoreMap |
class | Ipc::StoreMap::Owner |
aggregates anchor and slice owners for Init() caller convenience More... | |
class | Ipc::StoreMapCleaner |
API for adjusting external state when dirty map slice is being freed. More... | |
Namespaces | |
namespace | Ipc |
Typedefs | |
typedef int32_t | Ipc::StoreMapSliceId |
typedef StoreMapItems< StoreMapSlice > | Ipc::StoreMapSlices |
StoreMapSlices indexed by their slice ID. More... | |
typedef StoreMapItems< std::atomic< sfileno > > | Ipc::StoreMapFileNos |
StoreMapAnchor positions, indexed by entry "name" (i.e., the entry key hash) More... | |