libfoedus-core
FOEDUS Core Library
|
#include <cstring>
#include <iosfwd>
#include <string>
#include "foedus/assert_nd.hpp"
#include "foedus/attachable.hpp"
#include "foedus/cxx11.hpp"
#include "foedus/fwd.hpp"
#include "foedus/assorted/const_div.hpp"
#include "foedus/storage/fwd.hpp"
#include "foedus/storage/storage.hpp"
#include "foedus/storage/storage_id.hpp"
#include "foedus/storage/array/array_id.hpp"
#include "foedus/storage/array/array_metadata.hpp"
#include "foedus/storage/array/array_route.hpp"
#include "foedus/storage/array/fwd.hpp"
#include "foedus/thread/fwd.hpp"
Go to the source code of this file.
Classes | |
class | foedus::storage::array::ArrayStorage |
Represents a key-value store based on a dense and regular array. More... | |
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. | |