scylla-jmx/src/main/java/org/apache/cassandra/service
Amnon Heiman 78bb2ef25a CacheService: Do not get non existing caches metrics
With the change in the meter implementation, retrieving a non existing
metrics would take time.

For this, the CacheService would mark caches that are not supported with
null url, so the metrics will be register but will return 0 for all
request (instead of going to the API that will return 0).

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
2016-05-17 12:20:35 +03:00
..
CacheService.java CacheService: Do not get non existing caches metrics 2016-05-17 12:20:35 +03:00
CacheServiceMBean.java Adding the CacheServiceMBean and CacheService 2015-06-24 16:48:56 +03:00
GCInspector.java Clean the jmxproxy output 2015-12-30 09:27:33 +02:00
GCInspectorMXBean.java Import the GCInspectorMXBean from origin 2015-12-07 13:00:07 +02:00
StorageProxy.java Clean the jmxproxy output 2015-12-30 09:27:33 +02:00
StorageProxyMBean.java Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00
StorageService.java StorageService: Add takeMultipleColumnFamilySnapshot support 2016-04-26 14:28:33 +03:00
StorageServiceMBean.java StorageService: Add notification suport for the repair command 2015-08-27 21:02:28 +03:00