OmniSciDB
a5dc49c757
|
#include <DataMgr.h>
Public Attributes | |
size_t | slabNum |
int32_t | startPage |
size_t | numPages |
uint32_t | touch |
std::vector< int32_t > | chunk_key |
Buffer_Namespace::MemStatus | memStatus |
std::vector<int32_t> Data_Namespace::MemoryData::chunk_key |
Definition at line 66 of file DataMgr.h.
Referenced by Data_Namespace::DataMgr::getMemoryInfoUnlocked(), heavydb.thrift.ttypes.TMemoryData::read(), and heavydb.thrift.ttypes.TMemoryData::write().
Buffer_Namespace::MemStatus Data_Namespace::MemoryData::memStatus |
Definition at line 67 of file DataMgr.h.
Referenced by Data_Namespace::DataMgr::getMemoryInfoUnlocked().
size_t Data_Namespace::MemoryData::numPages |
Definition at line 64 of file DataMgr.h.
Referenced by Data_Namespace::DataMgr::getMemoryInfoUnlocked().
size_t Data_Namespace::MemoryData::slabNum |
Definition at line 62 of file DataMgr.h.
Referenced by Data_Namespace::DataMgr::getMemoryInfoUnlocked().
int32_t Data_Namespace::MemoryData::startPage |
Definition at line 63 of file DataMgr.h.
Referenced by Data_Namespace::DataMgr::getMemoryInfoUnlocked().
uint32_t Data_Namespace::MemoryData::touch |
Definition at line 65 of file DataMgr.h.
Referenced by Data_Namespace::DataMgr::getMemoryInfoUnlocked(), heavydb.thrift.ttypes.TMemoryData::read(), and heavydb.thrift.ttypes.TMemoryData::write().