xrpld
Loading...
Searching...
No Matches
xrpl::PeerFinder::ManagerImp::Stats Struct Reference
Collaboration diagram for xrpl::PeerFinder::ManagerImp::Stats:

Public Member Functions

template<class Handler>
 Stats (Handler const &handler, beast::insight::Collector::ptr const &collector)

Public Attributes

beast::insight::Hook hook
beast::insight::Gauge activeInboundPeers
beast::insight::Gauge activeOutboundPeers

Detailed Description

Definition at line 227 of file PeerfinderManager.cpp.

Constructor & Destructor Documentation

◆ Stats()

template<class Handler>
xrpl::PeerFinder::ManagerImp::Stats::Stats ( Handler const & handler,
beast::insight::Collector::ptr const & collector )

Definition at line 230 of file PeerfinderManager.cpp.

Member Data Documentation

◆ hook

beast::insight::Hook xrpl::PeerFinder::ManagerImp::Stats::hook

Definition at line 237 of file PeerfinderManager.cpp.

◆ activeInboundPeers

beast::insight::Gauge xrpl::PeerFinder::ManagerImp::Stats::activeInboundPeers

Definition at line 238 of file PeerfinderManager.cpp.

◆ activeOutboundPeers

beast::insight::Gauge xrpl::PeerFinder::ManagerImp::Stats::activeOutboundPeers

Definition at line 239 of file PeerfinderManager.cpp.