libfoedus-core
FOEDUS Core Library
|
#include <iosfwd>
#include <string>
#include "foedus/assert_nd.hpp"
#include "foedus/cxx11.hpp"
#include "foedus/error_code.hpp"
#include "foedus/fs/fwd.hpp"
#include "foedus/log/common_log_types.hpp"
#include "foedus/memory/aligned_memory.hpp"
#include "foedus/snapshot/snapshot_id.hpp"
Go to the source code of this file.
Classes | |
struct | foedus::snapshot::LogBuffer |
Packages handling of 4-bytes representation of position in log buffers. More... | |
class | foedus::snapshot::SortedBuffer |
Represents one input stream of sorted log entries. More... | |
class | foedus::snapshot::InMemorySortedBuffer |
Implementation of SortedBuffer that is backed by fully in-memory buffer. More... | |
class | foedus::snapshot::DumpFileSortedBuffer |
Implementation of SortedBuffer that is backed by a dumped file. More... | |
Namespaces | |
foedus | |
Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
foedus::snapshot | |
Snapshot Manager, which manages snapshot files of the database. | |