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 559 of file TaggedCache.h.
ripple::TaggedCache< Key, T, IsKeyCache, Hash, KeyEqual, Mutex >::Stats::Stats | ( | std::string const & | prefix, |
Handler const & | handler, | ||
beast::insight::Collector::ptr const & | collector | ||
) |
Definition at line 562 of file TaggedCache.h.
beast::insight::Hook ripple::TaggedCache< Key, T, IsKeyCache, Hash, KeyEqual, Mutex >::Stats::hook |
Definition at line 574 of file TaggedCache.h.
beast::insight::Gauge ripple::TaggedCache< Key, T, IsKeyCache, Hash, KeyEqual, Mutex >::Stats::size |
Definition at line 575 of file TaggedCache.h.
beast::insight::Gauge ripple::TaggedCache< Key, T, IsKeyCache, Hash, KeyEqual, Mutex >::Stats::hit_rate |
Definition at line 576 of file TaggedCache.h.
std::size_t ripple::TaggedCache< Key, T, IsKeyCache, Hash, KeyEqual, Mutex >::Stats::hits |
Definition at line 578 of file TaggedCache.h.
std::size_t ripple::TaggedCache< Key, T, IsKeyCache, Hash, KeyEqual, Mutex >::Stats::misses |
Definition at line 579 of file TaggedCache.h.