scylla-jmx/src/main/java/org/apache/cassandra/db
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
..
commitlog Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00
compaction Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00
ColumnFamilyStore.java ColumnFamilyStore: add support for estimated latency 2015-10-21 14:22:06 +03:00
ColumnFamilyStoreMBean.java Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00