scylla-jmx/src/main/java/org/apache/cassandra/service
Amnon Heiman 631a6537d9 Add depricated implemention to the StorageProxy
Some of the depricated function in StorgeProxy uses the Metrics object
to get the information.

This adds an implementation for the following:
getReadOperations
getTotalReadLatencyMicros
getRecentReadLatencyMicros
getTotalReadLatencyHistogramMicros
getRangeOperations
getTotalRangeLatencyMicros
getRecentRangeLatencyMicros
getWriteOperations
getTotalWriteLatencyMicros
getRecentWriteLatencyMicros

It uses the implementation in ClientRequestMetrics without adding new
functionality.

Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>
2015-08-10 09:00:47 +03:00
..
CacheService.java Instantiate the CacheMetrics 2015-07-01 10:11:21 +03:00
CacheServiceMBean.java Adding the CacheServiceMBean and CacheService 2015-06-24 16:48:56 +03:00
StorageProxy.java Add depricated implemention to the StorageProxy 2015-08-10 09:00:47 +03:00
StorageProxyMBean.java Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00
StorageService.java Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00
StorageServiceMBean.java Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00