rippled
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
beast::insight::detail::StatsDEventImpl Class Reference
Inheritance diagram for beast::insight::detail::StatsDEventImpl:
Inheritance graph
[legend]
Collaboration diagram for beast::insight::detail::StatsDEventImpl:
Collaboration graph
[legend]

Public Types

using value_type = std::chrono::milliseconds
 

Public Member Functions

 StatsDEventImpl (std::string const &name, std::shared_ptr< StatsDCollectorImp > const &impl)
 
 ~StatsDEventImpl ()=default
 
void notify (EventImpl::value_type const &value) override
 
void do_notify (EventImpl::value_type const &value)
 
void do_process ()
 
shared_from_this (T... args)
 
weak_from_this (T... args)
 

Private Member Functions

StatsDEventImploperator= (StatsDEventImpl const &)
 

Private Attributes

std::shared_ptr< StatsDCollectorImpm_impl
 
std::string m_name
 

Detailed Description

Definition at line 119 of file StatsDCollector.cpp.

Member Typedef Documentation

◆ value_type

Definition at line 34 of file EventImpl.h.

Constructor & Destructor Documentation

◆ StatsDEventImpl()

beast::insight::detail::StatsDEventImpl::StatsDEventImpl ( std::string const &  name,
std::shared_ptr< StatsDCollectorImp > const &  impl 
)

Definition at line 567 of file StatsDCollector.cpp.

◆ ~StatsDEventImpl()

beast::insight::detail::StatsDEventImpl::~StatsDEventImpl ( )
default

Member Function Documentation

◆ notify()

void beast::insight::detail::StatsDEventImpl::notify ( EventImpl::value_type const &  value)
overridevirtual

Implements beast::insight::EventImpl.

Definition at line 575 of file StatsDCollector.cpp.

◆ do_notify()

void beast::insight::detail::StatsDEventImpl::do_notify ( EventImpl::value_type const &  value)

Definition at line 584 of file StatsDCollector.cpp.

◆ do_process()

void beast::insight::detail::StatsDEventImpl::do_process ( )

◆ operator=()

StatsDEventImpl& beast::insight::detail::StatsDEventImpl::operator= ( StatsDEventImpl const &  )
private

Member Data Documentation

◆ m_impl

std::shared_ptr<StatsDCollectorImp> beast::insight::detail::StatsDEventImpl::m_impl
private

Definition at line 140 of file StatsDCollector.cpp.

◆ m_name

std::string beast::insight::detail::StatsDEventImpl::m_name
private

Definition at line 141 of file StatsDCollector.cpp.