libfoedus-core
FOEDUS Core Library
|
Savepoint Manager, which durably and atomically remembers what happened in the engine occasionally (eg. More...
Savepoint Manager, which durably and atomically remembers what happened in the engine occasionally (eg.
every group commit).
![]() |
Files | |
file | fwd.hpp |
Forward declarations of classes in savepoint manager package. | |
Classes | |
struct | foedus::savepoint::Savepoint |
The information we maintain in savepoint manager and externalize to a file. More... | |
struct | foedus::savepoint::FixedSavepoint |
Savepoint that can be stored in shared memory. More... | |
class | foedus::savepoint::SavepointManager |
Savepoint manager that atomically and durably writes out a savepoint file. More... | |
class | foedus::savepoint::SavepointManagerPimpl |
Pimpl object of SavepointManager. More... | |
struct | foedus::savepoint::SavepointOptions |
Set of options for savepoint manager. More... | |