libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/composer.hpp"
#include <ostream>
#include "foedus/assert_nd.hpp"
#include "foedus/engine.hpp"
#include "foedus/cache/snapshot_file_set.hpp"
#include "foedus/memory/engine_memory.hpp"
#include "foedus/memory/numa_node_memory.hpp"
#include "foedus/snapshot/snapshot.hpp"
#include "foedus/snapshot/snapshot_writer_impl.hpp"
#include "foedus/storage/metadata.hpp"
#include "foedus/storage/storage.hpp"
#include "foedus/storage/storage_manager.hpp"
#include "foedus/storage/array/array_composer_impl.hpp"
#include "foedus/storage/hash/hash_composer_impl.hpp"
#include "foedus/storage/masstree/masstree_composer_impl.hpp"
#include "foedus/storage/sequential/sequential_composer_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 Composer &v) |
std::ostream & | foedus::storage::operator<< (std::ostream &o, const Composer::DropResult &v) |