Ipc::StoreMapAnchor Class Reference

#include <StoreMap.h>

Collaboration diagram for Ipc::StoreMapAnchor:

Classes

struct  Basics
 

Public Member Functions

 StoreMapAnchor ()
 
void set (const StoreEntry &anEntry, const cache_key *aKey=nullptr)
 store StoreEntry key and basics for an inode slot More...
 
void exportInto (StoreEntry &) const
 load StoreEntry basics that were previously stored with set() More...
 
void setKey (const cache_key *const aKey)
 
bool sameKey (const cache_key *const aKey) const
 
void rewind ()
 undo the effects of set(), setKey(), etc., but keep locks and state More...
 
bool empty () const
 
bool reading () const
 
bool writing () const
 
bool complete () const
 

Public Attributes

ReadWriteLock lock
 protects slot data below More...
 
std::atomic< uint8_t > waitingToBeFreed
 
std::atomic< uint8_t > writerHalted
 whether StoreMap::abortWriting() was called for a read-locked entry More...
 
uint64_t key [2] = {0, 0}
 StoreEntry key. More...
 
struct Ipc::StoreMapAnchor::Basics basics
 
std::atomic< StoreMapSliceIdstart
 where the chain of StoreEntry slices begins [app] More...
 
std::atomic< StoreMapSliceIdsplicingPoint
 

Detailed Description

Maintains shareable information about a StoreEntry as a whole. An anchor points to one or more StoreEntry slices. This is the only lockable part of shared StoreEntry information, providing protection for all StoreEntry slices.

Definition at line 56 of file StoreMap.h.

Constructor & Destructor Documentation

◆ StoreMapAnchor()

Ipc::StoreMapAnchor::StoreMapAnchor ( )

Definition at line 938 of file StoreMap.cc.

Member Function Documentation

◆ complete()

bool Ipc::StoreMapAnchor::complete ( ) const
inline

◆ empty()

◆ exportInto()

◆ reading()

◆ rewind()

void Ipc::StoreMapAnchor::rewind ( )

Definition at line 1002 of file StoreMap.cc.

References assert.

Referenced by Ipc::StoreMap::forgetWritingEntry(), and Ipc::StoreMap::freeChain().

◆ sameKey()

bool Ipc::StoreMapAnchor::sameKey ( const cache_key *const  aKey) const

◆ set()

◆ setKey()

void Ipc::StoreMapAnchor::setKey ( const cache_key *const  aKey)

Definition at line 944 of file StoreMap.cc.

References Store::Controller::markedForDeletion(), and Store::Root().

Referenced by Rock::Rebuild::primeNewEntry().

◆ writing()

Member Data Documentation

◆ basics

◆ key

uint64_t Ipc::StoreMapAnchor::key[2] = {0, 0}

Definition at line 88 of file StoreMap.h.

Referenced by empty().

◆ lock

◆ splicingPoint

std::atomic<StoreMapSliceId> Ipc::StoreMapAnchor::splicingPoint

where the updated chain prefix containing metadata/headers ends [update] if unset, this anchor points to a chain that was never updated

Definition at line 115 of file StoreMap.h.

Referenced by Ipc::StoreMap::closeForUpdating(), Ipc::StoreMap::freeChain(), and Ipc::StoreMap::openForWritingAt().

◆ start

◆ waitingToBeFreed

◆ writerHalted

std::atomic<uint8_t> Ipc::StoreMapAnchor::writerHalted

Definition at line 83 of file StoreMap.h.

Referenced by Ipc::StoreMap::abortWriting(), and MemStore::copyFromShm().


The documentation for this class was generated from the following files:

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors