libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/masstree/masstree_grow_impl.hpp"
#include <glog/logging.h>
#include "foedus/assert_nd.hpp"
#include "foedus/assorted/dumb_spinlock.hpp"
#include "foedus/debugging/stop_watch.hpp"
#include "foedus/memory/numa_core_memory.hpp"
#include "foedus/storage/masstree/masstree_page_impl.hpp"
#include "foedus/storage/masstree/masstree_storage.hpp"
#include "foedus/storage/masstree/masstree_storage_pimpl.hpp"
#include "foedus/thread/thread.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::grow_case_a_common (thread::Thread *context, DualPagePointer *pointer, MasstreePage *cur_root) |
ErrorCode | foedus::storage::masstree::grow_case_b_common (thread::Thread *context, DualPagePointer *pointer, MasstreePage *cur_root) |