|
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 175 of file TaggedCache.h.
| xrpl::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats::Stats | ( | std::string const & | prefix, |
| Handler const & | handler, | ||
| beast::insight::Collector::ptr const & | collector | ||
| ) |
Definition at line 178 of file TaggedCache.h.
| beast::insight::Hook xrpl::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats::hook |
Definition at line 187 of file TaggedCache.h.
| beast::insight::Gauge xrpl::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats::size |
Definition at line 188 of file TaggedCache.h.
| beast::insight::Gauge xrpl::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats::hit_rate |
Definition at line 189 of file TaggedCache.h.
| std::size_t xrpl::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats::hits |
Definition at line 191 of file TaggedCache.h.
| std::size_t xrpl::TaggedCache< Key, T, IsKeyCache, SharedWeakUnionPointerType, SharedPointerType, Hash, KeyEqual, Mutex >::Stats::misses |
Definition at line 192 of file TaggedCache.h.