CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Namespaces | |
catapult | |
catapult::io | |
catapult::ionet | |
catapult::utils | |
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... | |