scylla-jmx/src/main/java/org/apache/cassandra
Amnon Heiman 3667682075 ColumnFamilyStore: add support for estimated latency
This patch uses the estimated latency that was added to the column
family metrics to get the recent and estimated latency.

It follows the same logic as origin does to call the logic in metrics.

The following method implementation will be added:

getMemtableColumnsCount
getRecentSSTablesPerReadHistogram
getSSTablesPerReadHistogram
getLifetimeReadLatencyHistogramMicros
getRecentReadLatencyHistogramMicros
getRecentReadLatencyMicros
getLifetimeWriteLatencyHistogramMicros
getRecentWriteLatencyHistogramMicros
getRecentWriteLatencyMicros
getRangeCount
getTotalRangeLatencyMicros
getLifetimeRangeLatencyHistogramMicros
getRecentRangeLatencyHistogramMicros
getRecentRangeLatencyMicros

Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>
2015-10-21 14:22:06 +03:00
..
db ColumnFamilyStore: add support for estimated latency 2015-10-21 14:22:06 +03:00
gms Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00
locator EndpointSnitchInfo: Cache results for data center and rack 2015-10-07 10:24:50 +03:00
metrics ColumnFamilyMetrics: add estimted per read histogram support 2015-10-21 14:22:06 +03:00
net JMX API rename the cloudius package to cloudius.urchin 2015-05-18 10:27:27 +03:00
repair Add the RepairParallelism enum 2015-08-27 20:46:02 +03:00
service Merge "Adding notification for the repair command" from Amnon 2015-08-31 09:41:01 +03:00