| 
    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 117 of file StatsDCollector.cpp.
      
  | 
  inherited | 
Definition at line 15 of file EventImpl.h.
| beast::insight::detail::StatsDEventImpl::StatsDEventImpl | ( | std::string const & | name, | 
| std::shared_ptr< StatsDCollectorImp > const & | impl | ||
| ) | 
Definition at line 583 of file StatsDCollector.cpp.
      
  | 
  default | 
      
  | 
  overridevirtual | 
Implements beast::insight::EventImpl.
Definition at line 591 of file StatsDCollector.cpp.
| void beast::insight::detail::StatsDEventImpl::do_notify | ( | EventImpl::value_type const & | value | ) | 
Definition at line 602 of file StatsDCollector.cpp.
| void beast::insight::detail::StatsDEventImpl::do_process | ( | ) | 
      
  | 
  private | 
      
  | 
  private | 
Definition at line 138 of file StatsDCollector.cpp.
      
  | 
  private | 
Definition at line 139 of file StatsDCollector.cpp.