libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/masstree/masstree_storage.hpp"
#include <glog/logging.h>
#include <iostream>
#include <string>
#include "foedus/log/thread_log_buffer.hpp"
#include "foedus/storage/storage_manager.hpp"
#include "foedus/storage/masstree/masstree_log_types.hpp"
#include "foedus/storage/masstree/masstree_record_location.hpp"
#include "foedus/storage/masstree/masstree_retry_impl.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 | |
std::ostream & | foedus::storage::masstree::operator<< (std::ostream &o, const MasstreeStorage &v) |
PayloadLength | foedus::storage::masstree::adjust_payload_hint (PayloadLength payload_count, PayloadLength physical_payload_hint) |