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 178 of file MemObject.h.
Member Data Documentation
◆ index
int32_t MemObject::MemCache::index = -1 |
Definition at line 181 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 184 of file MemObject.h.
Referenced by MemStore::anchorEntry(), MemStore::completeWriting(), MemStore::disconnect(), operator<<(), MemStore::startCaching(), MemObject::stat(), Store::Controller::syncCollapsed(), and MemStore::write().
◆ offset
int64_t MemObject::MemCache::offset = 0 |
Definition at line 182 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