#include <migration_manager.hpp>
◆ Manager()
| taraxa::storage::migration::Manager::Manager |
( |
std::shared_ptr< DbStorage > |
db, |
|
|
const addr_t & |
node_addr = {} |
|
) |
| |
|
explicit |
◆ applyAll()
| void taraxa::storage::migration::Manager::applyAll |
( |
| ) |
|
◆ applyMigration()
| void taraxa::storage::migration::Manager::applyMigration |
( |
std::shared_ptr< migration::Base > |
m | ) |
|
|
private |
◆ applyReceiptsByPeriod()
| void taraxa::storage::migration::Manager::applyReceiptsByPeriod |
( |
| ) |
|
◆ registerMigration()
template<typename T >
| void taraxa::storage::migration::Manager::registerMigration |
( |
| ) |
|
|
inline |
◆ db_
| std::shared_ptr<DbStorage> taraxa::storage::migration::Manager::db_ |
|
private |
◆ migrations_
| std::vector<std::shared_ptr<migration::Base> > taraxa::storage::migration::Manager::migrations_ |
|
private |
The documentation for this class was generated from the following files: