rippled
Public Member Functions | Public Attributes | List of all members
ripple::PeerFinder::ManagerImp::Stats Struct Reference
Collaboration diagram for ripple::PeerFinder::ManagerImp::Stats:
Collaboration graph
[legend]

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 235 of file PeerfinderManager.cpp.

Constructor & Destructor Documentation

◆ Stats()

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

Definition at line 238 of file PeerfinderManager.cpp.

Member Data Documentation

◆ hook

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

Definition at line 249 of file PeerfinderManager.cpp.

◆ activeInboundPeers

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

Definition at line 250 of file PeerfinderManager.cpp.

◆ activeOutboundPeers

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

Definition at line 251 of file PeerfinderManager.cpp.