libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/hash/hash_log_types.hpp"
#include <glog/logging.h>
#include <memory>
#include <ostream>
#include <string>
#include <utility>
#include "foedus/assert_nd.hpp"
#include "foedus/assorted/assorted_func.hpp"
#include "foedus/storage/storage_log_types.hpp"
#include "foedus/storage/hash/hash_metadata.hpp"
#include "foedus/storage/hash/hash_storage.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::hash | |
Hashtable Storage, a concurrent hashtable. | |
Functions | |
std::ostream & | foedus::storage::hash::operator<< (std::ostream &o, const HashCreateLogType &v) |
std::ostream & | foedus::storage::hash::operator<< (std::ostream &o, const HashInsertLogType &v) |
std::ostream & | foedus::storage::hash::operator<< (std::ostream &o, const HashDeleteLogType &v) |
std::ostream & | foedus::storage::hash::operator<< (std::ostream &o, const HashUpdateLogType &v) |
std::ostream & | foedus::storage::hash::operator<< (std::ostream &o, const HashOverwriteLogType &v) |