libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/storage_log_types.hpp"
#include <glog/logging.h>
#include <ostream>
#include <string>
#include "foedus/engine.hpp"
#include "foedus/storage/storage.hpp"
#include "foedus/storage/storage_manager.hpp"
#include "foedus/storage/storage_manager_pimpl.hpp"
#include "foedus/storage/array/array_log_types.hpp"
#include "foedus/storage/hash/hash_log_types.hpp"
#include "foedus/storage/masstree/masstree_log_types.hpp"
#include "foedus/storage/sequential/sequential_log_types.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. | |
Functions | |
std::ostream & | foedus::storage::operator<< (std::ostream &o, const DropLogType &v) |
std::ostream & | foedus::storage::operator<< (std::ostream &o, const CreateLogType &v) |