libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>
#include <iosfwd>
#include <string>
#include "foedus/fwd.hpp"
#include "foedus/memory/fwd.hpp"
#include "foedus/snapshot/fwd.hpp"
#include "foedus/storage/composer.hpp"
#include "foedus/storage/page.hpp"
#include "foedus/storage/storage_id.hpp"
#include "foedus/storage/sequential/fwd.hpp"
#include "foedus/storage/sequential/sequential_page_impl.hpp"
Go to the source code of this file.
Classes | |
class | foedus::storage::sequential::SequentialComposer |
Composer for an sequential storage. More... | |
struct | foedus::storage::sequential::SequentialComposer::RootInfoPage |
Output of one compose() call, which are then combined in construct_root(). 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::sequential | |
Sequential Storage, an append/scan only data structure. | |