CatapultServer  v0.5.0.1 (Elephant)
RecoveryOrchestrator.cpp File Reference
Include dependency graph for RecoveryOrchestrator.cpp:

Namespaces

 catapult
 
 catapult::local
 

Functions

std::unique_ptr< RecoveryOrchestrator > catapult::local::CreateRecoveryOrchestrator (std::unique_ptr< extensions::ProcessBootstrapper > &&pBootstrapper)
 Creates and boots a recovery orchestrator around the specified bootstrapper (pBootstrapper). More...
 

Variable Documentation

◆ m_catapultCache

cache::CatapultCache m_catapultCache
private

◆ m_catapultState

state::CatapultState m_catapultState
private

◆ m_config

const config::CatapultConfiguration& m_config
private

◆ m_dataDirectory

config::CatapultDataDirectory m_dataDirectory
private

◆ m_pBlockChangeSubscriber

io::BlockChangeSubscriber* m_pBlockChangeSubscriber
private

◆ m_pBlockStorage

std::unique_ptr<io::BlockStorage> m_pBlockStorage
private

◆ m_pBootstrapper

std::unique_ptr<extensions::ProcessBootstrapper> m_pBootstrapper
private

◆ m_pluginManager

plugins::PluginManager& m_pluginManager
private

◆ m_pluginModules

std::vector<plugins::PluginModule> m_pluginModules
private

◆ m_pStateChangeSubscriber

std::unique_ptr<subscribers::StateChangeSubscriber> m_pStateChangeSubscriber
private

◆ m_pTransactionStatusSubscriber

std::unique_ptr<subscribers::TransactionStatusSubscriber> m_pTransactionStatusSubscriber
private

◆ m_score

extensions::LocalNodeChainScore m_score
private

◆ m_storage

io::BlockStorageCache m_storage
private

◆ m_subscriber1

subscribers::StateChangeSubscriber& m_subscriber1
private

◆ m_subscriber2

subscribers::StateChangeSubscriber& m_subscriber2
private