|
rippled
|

Public Member Functions | |
| SavedStateDB () | |
| void | init (BasicConfig const &config, std::string const &dbName) |
| LedgerIndex | getCanDelete () |
| LedgerIndex | setCanDelete (LedgerIndex canDelete) |
| SavedState | getState () |
| void | setState (SavedState const &state) |
| void | setLastRotated (LedgerIndex seq) |
Public Attributes | |
| soci::session | session_ |
| std::mutex | mutex_ |
| const beast::Journal | journal_ |
Definition at line 48 of file SHAMapStoreImp.h.
|
explicit |
Definition at line 57 of file SHAMapStoreImp.h.
| void ripple::SHAMapStoreImp::SavedStateDB::init | ( | BasicConfig const & | config, |
| std::string const & | dbName | ||
| ) |
Definition at line 31 of file SHAMapStoreImp.cpp.
| LedgerIndex ripple::SHAMapStoreImp::SavedStateDB::getCanDelete | ( | ) |
Definition at line 86 of file SHAMapStoreImp.cpp.
| LedgerIndex ripple::SHAMapStoreImp::SavedStateDB::setCanDelete | ( | LedgerIndex | canDelete | ) |
Definition at line 99 of file SHAMapStoreImp.cpp.
| SHAMapStoreImp::SavedState ripple::SHAMapStoreImp::SavedStateDB::getState | ( | ) |
Definition at line 110 of file SHAMapStoreImp.cpp.
| void ripple::SHAMapStoreImp::SavedStateDB::setState | ( | SavedState const & | state | ) |
Definition at line 125 of file SHAMapStoreImp.cpp.
| void ripple::SHAMapStoreImp::SavedStateDB::setLastRotated | ( | LedgerIndex | seq | ) |
Definition at line 138 of file SHAMapStoreImp.cpp.
| soci::session ripple::SHAMapStoreImp::SavedStateDB::session_ |
Definition at line 51 of file SHAMapStoreImp.h.
| std::mutex ripple::SHAMapStoreImp::SavedStateDB::mutex_ |
Definition at line 52 of file SHAMapStoreImp.h.
| const beast::Journal ripple::SHAMapStoreImp::SavedStateDB::journal_ |
Definition at line 53 of file SHAMapStoreImp.h.
1.8.17