scylla-jmx/src/main/java/org/apache/cassandra/metrics
Amnon Heiman ba0ed7cbc7 createColumnFamilyGauge to support double values return from the API
There are cases where the API uses double to return a value that the JMX
expect to be long.

For example in mean column row size. This type difference should not be
a problem and the result should be cast to long or int.

This patch allows the values to be double and cast the result to int or
long.

This fix (scylla-jmx)
Fixes #12

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
2015-12-03 12:38:35 +02:00
..
CacheMetrics.java CacheMetrics: Add recent hit rate 2015-11-10 15:58:51 +02:00
CASClientRequestMetrics.java Adding the CASClientRequestMetrics ClientRequestMetrics and 2015-06-18 12:08:16 +03:00
ClientRequestMetrics.java ClientRequestMetrics: pass the url similiar to LatencyMetrics 2015-10-25 13:36:10 +02:00
ColumnFamilyMetrics.java createColumnFamilyGauge to support double values return from the API 2015-12-03 12:38:35 +02:00
CommitLogMetrics.java Use APITimer in ColumnFamilyMetrics, CommitLogMetrics and LatencyMetrics 2015-07-14 18:10:53 +03:00
CompactionMetrics.java Adding the CompactionMetrics 2015-07-02 10:08:00 +03:00
DroppedMessageMetrics.java Import the DroppedMessageMetrics from origin 2015-11-16 11:52:29 +02:00
EstimatedHistogramWrapper.java Add an EstimateHistogramWrapper 2015-10-21 14:21:53 +03:00
LatencyMetrics.java LatencyMetrics: Support totalLatencyHistogram and recentLatencyHistogram 2015-10-21 14:22:06 +03:00
StorageMetrics.java Adding the StorageMetrics 2015-07-07 10:28:22 +03:00