|
xrpld
|


Public Types | |
| using | value_type = std::uint64_t |
| using | difference_type = std::int64_t |
Public Member Functions | |
| StatsDGaugeImpl (std::string name, std::shared_ptr< StatsDCollectorImp > impl) | |
| ~StatsDGaugeImpl () override | |
| void | set (GaugeImpl::value_type value) override |
| void | increment (GaugeImpl::difference_type amount) override |
| void | flush () |
| void | doSet (GaugeImpl::value_type value) |
| void | doIncrement (GaugeImpl::difference_type amount) |
| void | doProcess () override |
| StatsDGaugeImpl & | operator= (StatsDGaugeImpl const &)=delete |
| T | shared_from_this (T... args) |
| T | weak_from_this (T... args) |
Private Attributes | |
| std::shared_ptr< StatsDCollectorImp > | impl_ |
| std::string | name_ |
| GaugeImpl::value_type | lastValue_ {0} |
| GaugeImpl::value_type | value_ {0} |
| bool | dirty_ {false} |
| friend | T |
| ListNode * | next_ = nullptr |
| ListNode * | prev_ = nullptr |
Definition at line 140 of file StatsDCollector.cpp.
|
inherited |
Definition at line 13 of file GaugeImpl.h.
|
inherited |
Definition at line 14 of file GaugeImpl.h.
| beast::insight::detail::StatsDGaugeImpl::StatsDGaugeImpl | ( | std::string | name, |
| std::shared_ptr< StatsDCollectorImp > | impl ) |
Definition at line 578 of file StatsDCollector.cpp.
|
override |
Definition at line 584 of file StatsDCollector.cpp.
|
overridevirtual |
Implements beast::insight::GaugeImpl.
Definition at line 590 of file StatsDCollector.cpp.
|
overridevirtual |
Implements beast::insight::GaugeImpl.
Definition at line 601 of file StatsDCollector.cpp.
| void beast::insight::detail::StatsDGaugeImpl::flush | ( | ) |
Definition at line 612 of file StatsDCollector.cpp.
| void beast::insight::detail::StatsDGaugeImpl::doSet | ( | GaugeImpl::value_type | value | ) |
Definition at line 625 of file StatsDCollector.cpp.
| void beast::insight::detail::StatsDGaugeImpl::doIncrement | ( | GaugeImpl::difference_type | amount | ) |
Definition at line 637 of file StatsDCollector.cpp.
|
overridevirtual |
Implements beast::insight::detail::StatsDMetricBase.
Definition at line 658 of file StatsDCollector.cpp.
|
delete |
|
private |
Definition at line 165 of file StatsDCollector.cpp.
|
private |
Definition at line 166 of file StatsDCollector.cpp.
|
private |
Definition at line 167 of file StatsDCollector.cpp.
|
private |
Definition at line 168 of file StatsDCollector.cpp.
|
private |
Definition at line 169 of file StatsDCollector.cpp.
|
privateinherited |
|
privateinherited |