libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/masstree/masstree_composer_impl.hpp"
#include <glog/logging.h>
#include <algorithm>
#include <cstring>
#include <ostream>
#include <string>
#include <vector>
#include "foedus/engine.hpp"
#include "foedus/cache/snapshot_file_set.hpp"
#include "foedus/debugging/stop_watch.hpp"
#include "foedus/fs/direct_io_file.hpp"
#include "foedus/memory/engine_memory.hpp"
#include "foedus/snapshot/merge_sort.hpp"
#include "foedus/snapshot/snapshot.hpp"
#include "foedus/snapshot/snapshot_writer_impl.hpp"
#include "foedus/storage/metadata.hpp"
#include "foedus/storage/storage_manager.hpp"
#include "foedus/storage/masstree/masstree_id.hpp"
#include "foedus/storage/masstree/masstree_log_types.hpp"
#include "foedus/storage/masstree/masstree_page_impl.hpp"
#include "foedus/storage/masstree/masstree_partitioner_impl.hpp"
#include "foedus/storage/masstree/masstree_storage_pimpl.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::masstree | |
Masstree Storage, 64-bit B-tries with internal B-trees. | |
Functions | |
void | foedus::storage::masstree::fill_payload_padded (char *destination, const char *source, PayloadLength count) |
MasstreeBorderPage * | foedus::storage::masstree::as_border (MasstreePage *page) |
MasstreeIntermediatePage * | foedus::storage::masstree::as_intermediate (MasstreePage *page) |
bool | foedus::storage::masstree::from_this_snapshot (SnapshotPagePointer pointer, const Composer::ConstructRootArguments &args) |
std::ostream & | foedus::storage::masstree::operator<< (std::ostream &o, const MasstreeComposeContext::PathLevel &v) |