libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/partitioner.hpp"
#include <glog/logging.h>
#include <ostream>
#include "foedus/engine.hpp"
#include "foedus/assorted/assorted_func.hpp"
#include "foedus/soc/shared_memory_repo.hpp"
#include "foedus/soc/soc_manager.hpp"
#include "foedus/storage/storage.hpp"
#include "foedus/storage/storage_manager.hpp"
#include "foedus/storage/array/array_partitioner_impl.hpp"
#include "foedus/storage/hash/hash_partitioner_impl.hpp"
#include "foedus/storage/masstree/masstree_partitioner_impl.hpp"
#include "foedus/storage/sequential/sequential_partitioner_impl.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. | |
Functions | |
std::ostream & | foedus::storage::operator<< (std::ostream &o, const Partitioner &v) |
std::ostream & | foedus::storage::operator<< (std::ostream &o, const PartitionerMetadata &v) |