libfoedus-core
FOEDUS Core Library
|
#include <iosfwd>
#include <string>
#include "foedus/compiler.hpp"
#include "foedus/epoch.hpp"
#include "foedus/error_stack.hpp"
#include "foedus/fwd.hpp"
#include "foedus/cache/fwd.hpp"
#include "foedus/memory/aligned_memory.hpp"
#include "foedus/snapshot/fwd.hpp"
#include "foedus/snapshot/snapshot.hpp"
#include "foedus/snapshot/snapshot_id.hpp"
#include "foedus/storage/fwd.hpp"
#include "foedus/storage/storage_id.hpp"
#include "foedus/thread/thread_id.hpp"
Go to the source code of this file.
Classes | |
class | foedus::storage::Composer |
Represents a logic to compose a new version of data pages for one storage. More... | |
struct | foedus::storage::Composer::ComposeArguments |
Arguments for compose() More... | |
struct | foedus::storage::Composer::ConstructRootArguments |
Arguments for construct_root() More... | |
struct | foedus::storage::Composer::DropVolatilesArguments |
Arguments for drop_volatiles() More... | |
struct | foedus::storage::Composer::DropResult |
Retrun value of drop_volatiles() 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. | |