libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/sequential/sequential_log_types.hpp"
#include <glog/logging.h>
#include <algorithm>
#include <memory>
#include <ostream>
#include <string>
#include <utility>
#include "foedus/assert_nd.hpp"
#include "foedus/storage/storage_log_types.hpp"
#include "foedus/storage/sequential/sequential_metadata.hpp"
#include "foedus/storage/sequential/sequential_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::sequential | |
Sequential Storage, an append/scan only data structure. | |
Functions | |
std::ostream & | foedus::storage::sequential::operator<< (std::ostream &o, const SequentialCreateLogType &v) |
std::ostream & | foedus::storage::sequential::operator<< (std::ostream &o, const SequentialTruncateLogType &v) |
std::ostream & | foedus::storage::sequential::operator<< (std::ostream &o, const SequentialAppendLogType &v) |