State of an entry with regards to the [shared] memory caching. More...
#include <MemObject.h>
Public Attributes | |
int32_t | index = -1 |
entry position inside the memory cache More... | |
int64_t | offset = 0 |
bytes written/read to/from the memory cache so far More... | |
Io | io = ioUndecided |
current I/O state More... | |
Detailed Description
Definition at line 202 of file MemObject.h.
Member Data Documentation
◆ index
int32_t MemObject::MemCache::index = -1 |
Definition at line 205 of file MemObject.h.
Referenced by MemObject::~MemObject(), MemStore::anchorEntry(), MemStore::completeWriting(), MemStore::copyToShm(), MemStore::disconnect(), MemStore::evictCached(), StoreEntry::hasMemStore(), MemStore::startCaching(), MemObject::stat(), MemStore::updateAnchored(), and MemStore::updateHeaders().
◆ io
Io MemObject::MemCache::io = ioUndecided |
Definition at line 208 of file MemObject.h.
Referenced by MemStore::anchorEntry(), Store::Controller::anchorToCache(), MemStore::anchorToCache(), MemStore::completeWriting(), MemStore::disconnect(), StoreEntry::memOutDecision(), MemStore::startCaching(), MemObject::stat(), StoreEntry::storeWritingCheckpoint(), Store::Controller::syncCollapsed(), and MemStore::write().
◆ offset
int64_t MemObject::MemCache::offset = 0 |
Definition at line 206 of file MemObject.h.
Referenced by MemStore::completeWriting(), MemStore::copyToShm(), MemStore::copyToShmSlice(), MemStore::shouldCache(), and MemObject::stat().
The documentation for this class was generated from the following file:
- src/MemObject.h