libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>
#include <algorithm>
#include <cstring>
#include <iosfwd>
#include <queue>
#include <string>
#include <vector>
#include "foedus/fwd.hpp"
#include "foedus/initializable.hpp"
#include "foedus/cache/snapshot_file_set.hpp"
#include "foedus/memory/fwd.hpp"
#include "foedus/memory/page_pool.hpp"
#include "foedus/storage/partitioner.hpp"
#include "foedus/storage/storage_id.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_storage.hpp"
Go to the source code of this file.
Classes | |
class | foedus::storage::masstree::MasstreePartitioner |
Partitioner for a masstree storage. More... | |
struct | foedus::storage::masstree::MasstreePartitionerData |
Dynamic information of one partitioner. More... | |
struct | foedus::storage::masstree::OwnerSamples |
Number of vol pages in each node sampled per pointer in the root page. More... | |
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 | |
int | foedus::storage::masstree::compare_keys (const char *left, uint16_t left_length, const char *right, uint16_t right_length) |
Local utility functions. More... | |
const MasstreeCommonLogType * | foedus::storage::masstree::resolve_log (const snapshot::LogBuffer &log_buffer, snapshot::BufferPosition pos) |