|
xrpld
|


Public Types | |
| using | value_type = std::chrono::milliseconds |
Public Member Functions | |
| StatsDEventImpl (std::string name, std::shared_ptr< StatsDCollectorImp > impl) | |
| ~StatsDEventImpl () override=default | |
| void | notify (EventImpl::value_type const &value) override |
| void | doNotify (EventImpl::value_type const &value) |
| void | doProcess () |
| 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 > | impl_ |
| std::string | name_ |
Definition at line 115 of file StatsDCollector.cpp.
|
inherited |
Definition at line 13 of file EventImpl.h.
| beast::insight::detail::StatsDEventImpl::StatsDEventImpl | ( | std::string | name, |
| std::shared_ptr< StatsDCollectorImp > | impl ) |
Definition at line 551 of file StatsDCollector.cpp.
|
overridedefault |
|
overridevirtual |
Implements beast::insight::EventImpl.
Definition at line 557 of file StatsDCollector.cpp.
| void beast::insight::detail::StatsDEventImpl::doNotify | ( | EventImpl::value_type const & | value | ) |
Definition at line 568 of file StatsDCollector.cpp.
| void beast::insight::detail::StatsDEventImpl::doProcess | ( | ) |
|
private |
|
private |
Definition at line 134 of file StatsDCollector.cpp.
|
private |
Definition at line 135 of file StatsDCollector.cpp.