scylla-jmx/src/main/java
Amnon Heiman a568e52cb5 Adding the RecentEstimatedHistogram
Some of the jmx methods uses the notion of recent estimated histogram.
In origin the implementation uses an estimated histogram and clean the
histogram values on each call.

The RecentEstimatedHistogram mimic this behaviour, it store the latest
values of the last call. In each call new values are stored in the
histogram and the results is the delta between the last two calls.

Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>
2015-10-21 14:19:57 +03:00
..
com Adding the RecentEstimatedHistogram 2015-10-21 14:19:57 +03:00
org/apache/cassandra EndpointSnitchInfo: Cache results for data center and rack 2015-10-07 10:24:50 +03:00