|
rippled
|

Public Member Functions | |
| template<class Handler > | |
| Stats (std::string const &prefix, Handler const &handler, beast::insight::Collector::ptr const &collector) | |
Public Attributes | |
| beast::insight::Hook | hook |
| beast::insight::Gauge | size |
| beast::insight::Gauge | hit_rate |
| std::size_t | hits |
| std::size_t | misses |
Definition at line 50 of file KeyCache.h.
| ripple::KeyCache< Key, Hash, KeyEqual, Mutex >::Stats::Stats | ( | std::string const & | prefix, |
| Handler const & | handler, | ||
| beast::insight::Collector::ptr const & | collector | ||
| ) |
Definition at line 53 of file KeyCache.h.
| beast::insight::Hook ripple::KeyCache< Key, Hash, KeyEqual, Mutex >::Stats::hook |
Definition at line 65 of file KeyCache.h.
| beast::insight::Gauge ripple::KeyCache< Key, Hash, KeyEqual, Mutex >::Stats::size |
Definition at line 66 of file KeyCache.h.
| beast::insight::Gauge ripple::KeyCache< Key, Hash, KeyEqual, Mutex >::Stats::hit_rate |
Definition at line 67 of file KeyCache.h.
| std::size_t ripple::KeyCache< Key, Hash, KeyEqual, Mutex >::Stats::hits |
Definition at line 69 of file KeyCache.h.
| std::size_t ripple::KeyCache< Key, Hash, KeyEqual, Mutex >::Stats::misses |
Definition at line 70 of file KeyCache.h.
1.8.17