libfoedus-core
FOEDUS Core Library
xct_access.hpp File Reference
#include <stdint.h>
#include <iosfwd>
#include "foedus/compiler.hpp"
#include "foedus/log/fwd.hpp"
#include "foedus/memory/fwd.hpp"
#include "foedus/storage/fwd.hpp"
#include "foedus/storage/page.hpp"
#include "foedus/storage/storage_id.hpp"
#include "foedus/xct/fwd.hpp"
#include "foedus/xct/xct_id.hpp"
Include dependency graph for xct_access.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  foedus::xct::PointerAccess
 Represents a record of following a page pointer during a transaction. More...
 
struct  foedus::xct::PageVersionAccess
 Represents a record of reading a page during a transaction. More...
 
struct  foedus::xct::RecordXctAccess
 Base of ReadXctAccess and WriteXctAccess. More...
 
struct  foedus::xct::ReadXctAccess
 Represents a record of read-access during a transaction. More...
 
struct  foedus::xct::WriteXctAccess
 Represents a record of write-access during a transaction. More...
 
struct  foedus::xct::LockFreeReadXctAccess
 Represents a record of special read-access during a transaction without any need for locking. More...
 
struct  foedus::xct::LockFreeWriteXctAccess
 Represents a record of special write-access during a transaction without any need for locking. More...
 

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 
 foedus::xct
 Transaction Manager, which provides APIs to begin/commit/abort transactions.