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

Go to the source code of this file.

Classes

struct  foedus::storage::sequential::SequentialStorageControlBlock
 Shared data of this storage type. More...
 
class  foedus::storage::sequential::SequentialStoragePimpl
 Lock-free list of records stored in the volatile part of sequential storage. More...
 
struct  foedus::storage::sequential::SequentialStoragePimpl::PointerPage
 

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.
 
 foedus::storage::sequential
 Sequential Storage, an append/scan only data structure.