rippled
|
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 () |
T | shared_from_this (T... args) |
T | weak_from_this (T... args) |
Private Member Functions | |
StatsDEventImpl & | operator= (StatsDEventImpl const &) |
Private Attributes | |
std::shared_ptr< StatsDCollectorImp > | m_impl |
std::string | m_name |
Definition at line 119 of file StatsDCollector.cpp.
|
inherited |
Definition at line 34 of file EventImpl.h.
beast::insight::detail::StatsDEventImpl::StatsDEventImpl | ( | std::string const & | name, |
std::shared_ptr< StatsDCollectorImp > const & | impl | ||
) |
Definition at line 567 of file StatsDCollector.cpp.
|
default |
|
overridevirtual |
Implements beast::insight::EventImpl.
Definition at line 575 of file StatsDCollector.cpp.
void beast::insight::detail::StatsDEventImpl::do_notify | ( | EventImpl::value_type const & | value | ) |
Definition at line 584 of file StatsDCollector.cpp.
void beast::insight::detail::StatsDEventImpl::do_process | ( | ) |
|
private |
|
private |
Definition at line 140 of file StatsDCollector.cpp.
|
private |
Definition at line 141 of file StatsDCollector.cpp.