libfoedus-core
FOEDUS Core Library
storage.hpp File Reference
#include <iosfwd>
#include <string>
#include "foedus/attachable.hpp"
#include "foedus/cxx11.hpp"
#include "foedus/epoch.hpp"
#include "foedus/error_stack.hpp"
#include "foedus/fwd.hpp"
#include "foedus/initializable.hpp"
#include "foedus/log/fwd.hpp"
#include "foedus/soc/shared_mutex.hpp"
#include "foedus/storage/fwd.hpp"
#include "foedus/storage/metadata.hpp"
#include "foedus/storage/storage_id.hpp"
#include "foedus/thread/fwd.hpp"
#include "foedus/xct/fwd.hpp"
Include dependency graph for storage.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  foedus::storage::StorageControlBlock
 A base layout of shared data for all storage types. More...
 
class  foedus::storage::Storage< CONTROL_BLOCK >
 Represents one 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.
 

Functions

StorageControlBlock * foedus::storage::get_storage_control_block (Engine *engine, StorageId id)
 
StorageControlBlock * foedus::storage::get_storage_control_block (Engine *engine, const StorageName &name)