libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/array/array_page_impl.hpp"
#include <cstring>
#include "foedus/engine.hpp"
#include "foedus/epoch.hpp"
#include "foedus/savepoint/savepoint_manager.hpp"
#include "foedus/storage/storage_manager.hpp"
#include "foedus/storage/array/array_storage_pimpl.hpp"
#include "foedus/thread/thread.hpp"
Go to the source code of this file.
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::array | |
Array Storage, a dense and regular array. | |
Functions | |
void | foedus::storage::array::array_volatile_page_init (const VolatilePageInitArguments &args) |
volatile page initialize callback for ArrayPage. More... | |