scylla-jmx/src/main/java/com
Amnon Heiman c5c0fb41fe APIClient: Adding cache support to the APIClient
Some operations are not changing frequently and are called multiple time
during a nodetool execution.

This patch adds the ability to cache results for a define period of time
(typically it will be for a few seconds) so that during the same
nodetool command call, the results will be retrieved from the cache.

It is currently only implemented for string values, other commands will
be added when needed.

Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>
2015-10-07 10:13:05 +03:00
..
cloudius/urchin APIClient: Adding cache support to the APIClient 2015-10-07 10:13:05 +03:00
yammer/metrics/core APIHistogram: Use the new histogram parameter name 2015-10-04 12:46:44 +03:00