libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/sequential/sequential_cursor.hpp"
#include <glog/logging.h>
#include <algorithm>
#include <ostream>
#include "foedus/assert_nd.hpp"
#include "foedus/engine.hpp"
#include "foedus/savepoint/savepoint_manager.hpp"
#include "foedus/snapshot/snapshot_manager.hpp"
#include "foedus/storage/sequential/sequential_page_impl.hpp"
#include "foedus/storage/sequential/sequential_storage_pimpl.hpp"
#include "foedus/thread/thread.hpp"
#include "foedus/xct/xct.hpp"
#include "foedus/xct/xct_manager.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::sequential | |
Sequential Storage, an append/scan only data structure. | |
Functions | |
Epoch | foedus::storage::sequential::max_from_epoch_snapshot_epoch (Epoch from_epoch, Epoch latest_snapshot_epoch) |
std::ostream & | foedus::storage::sequential::operator<< (std::ostream &o, const SequentialCursor &v) |