|
libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>#include "foedus/assert_nd.hpp"#include "foedus/compiler.hpp"#include "foedus/fwd.hpp"#include "foedus/storage/page.hpp"#include "foedus/storage/record.hpp"#include "foedus/storage/storage_id.hpp"#include "foedus/storage/array/array_id.hpp"#include "foedus/storage/array/array_metadata.hpp"#include "foedus/storage/array/array_route.hpp"#include "foedus/xct/xct_id.hpp"

Go to the source code of this file.
Classes | |
| class | foedus::storage::array::ArrayPage |
| Represents one data page in Array Storage. More... | |
| union | foedus::storage::array::ArrayPage::Data |
| Data union for either leaf (dynamic size) or interior (fixed size). 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. | |
| 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... | |