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

Namespaces

 catapult
 
 catapult::handlers
 

Functions

void catapult::handlers::RegisterDiagnosticCountersHandler (ionet::ServerPacketHandlers &handlers, const std::vector< utils::DiagnosticCounter > &counters)
 Registers a diagnostic counters handler in handlers that responds with the current values of counters. More...
 
void catapult::handlers::RegisterDiagnosticNodesHandler (ionet::ServerPacketHandlers &handlers, const ionet::NodeContainer &nodeContainer)
 Registers a diagnostic nodes handler in handlers that responds with info about all (active) partner nodes in nodeContainer. More...
 
void catapult::handlers::RegisterDiagnosticBlockStatementHandler (ionet::ServerPacketHandlers &handlers, const io::BlockStorageCache &storage)
 Registers a diagnostic block statement handler in handlers that responds with data from storage. More...
 

Variable Documentation

◆ m_view

ionet::NodeContainerView m_view
private

◆ Packet_Type

constexpr auto Packet_Type = ionet::PacketType::Active_Node_Infos
staticconstexpr