libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/masstree/masstree_cursor.hpp"
#include <glog/logging.h>
#include <algorithm>
#include <cstring>
#include <string>
#include "foedus/assorted/atomic_fences.hpp"
#include "foedus/memory/engine_memory.hpp"
#include "foedus/memory/numa_core_memory.hpp"
#include "foedus/memory/page_pool.hpp"
#include "foedus/storage/masstree/masstree_page_impl.hpp"
#include "foedus/storage/masstree/masstree_retry_impl.hpp"
#include "foedus/storage/masstree/masstree_storage.hpp"
#include "foedus/storage/masstree/masstree_storage_pimpl.hpp"
#include "foedus/xct/xct.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::copy_input_key (const char *input_key, KeyLength length, char *buffer, KeySlice *slice_buffer) |