libfoedus-core
FOEDUS Core Library
|
#include "foedus/cxx11.hpp"
#include "foedus/storage/storage_id.hpp"
#include "foedus/xct/xct_id.hpp"
Go to the source code of this file.
Classes | |
struct | foedus::storage::Record |
Represents one record in our key-value store. More... | |
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::storage | |
Storage Manager, which implements a couple of key/value stores. | |
Variables | |
const uint16_t | foedus::storage::kRecordOverhead = sizeof(xct::RwLockableXctId) |
Byte size of system-managed region per each record. More... | |