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).
Classes | |
struct | FixedSavepoint |
Savepoint that can be stored in shared memory. More... | |
struct | LoggerSavepointInfo |
Information in savepoint for one logger. More... | |
struct | Savepoint |
The information we maintain in savepoint manager and externalize to a file. More... | |
class | SavepointManager |
Savepoint manager that atomically and durably writes out a savepoint file. More... | |
struct | SavepointManagerControlBlock |
Shared data in SavepointManagerPimpl. More... | |
class | SavepointManagerPimpl |
Pimpl object of SavepointManager. More... | |
struct | SavepointOptions |
Set of options for savepoint manager. More... | |
struct foedus::savepoint::LoggerSavepointInfo |
Information in savepoint for one logger.
Definition at line 140 of file savepoint.hpp.