libfoedus-core
FOEDUS Core Library
record.hpp File Reference
Include dependency graph for record.hpp:
This graph shows which files directly or indirectly include this file:

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...