libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/array/array_log_types.hpp"
#include <glog/logging.h>
#include <algorithm>
#include <memory>
#include <ostream>
#include <string>
#include <utility>
#include "foedus/assert_nd.hpp"
#include "foedus/engine.hpp"
#include "foedus/storage/storage_log_types.hpp"
#include "foedus/storage/storage_manager.hpp"
#include "foedus/storage/array/array_metadata.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::array | |
Array Storage, a dense and regular array. | |
Functions | |
std::ostream & | foedus::storage::array::operator<< (std::ostream &o, const ArrayCreateLogType &v) |
std::ostream & | foedus::storage::array::operator<< (std::ostream &o, const ArrayOverwriteLogType &v) |
template<typename T > | |
T | foedus::storage::array::as (const void *address) |
std::ostream & | foedus::storage::array::operator<< (std::ostream &o, const ArrayIncrementLogType &v) |