|
CatapultServer
v0.5.0.1 (Elephant)
|
Represents a local node. More...


Public Member Functions | |
| virtual const cache::CatapultCache & | cache () const =0 |
| Gets the current cache. More... | |
| virtual model::ChainScore | score () const =0 |
| Gets the current chain score. More... | |
| virtual LocalNodeCounterValues | counters () const =0 |
| Gets the current node counters. More... | |
| virtual ionet::NodeContainerView | nodes () const =0 |
| Gets the current nodes. More... | |
Public Member Functions inherited from catapult::local::ProcessHost | |
| virtual | ~ProcessHost ()=default |
| virtual void | shutdown ()=0 |
| Shuts down the process host. More... | |
Public Member Functions inherited from catapult::utils::NonCopyable | |
| constexpr | NonCopyable ()=default |
| Default constructor. More... | |
| ~NonCopyable ()=default | |
| Default destructor. More... | |
| NonCopyable (const NonCopyable &)=delete | |
| Disabled copy constructor. More... | |
| NonCopyable & | operator= (const NonCopyable &)=delete |
| Disabled assignment operator. More... | |
Represents a local node.
|
pure virtual |
Gets the current cache.
|
pure virtual |
Gets the current node counters.
|
pure virtual |
Gets the current nodes.
|
pure virtual |
Gets the current chain score.