scylla-jmx/src/main/java/org/apache/cassandra
Piotr Jastrzebski 455f5717ea Introduce and use TableMetricObjectName
This is a new extention of ObjectName that uses less memory.

TableMetricNameFactory and AllTableMetricNameFactory can
create it instead of regular ObjectName to save memory.

It is possible to save memory because each name created by
TableMetricNameFactory (or AllTableMetricNameFactory) shares
most of its data with other names created by the same factory
and there's no need to create multiple copies.

Signed-off-by: Piotr Jastrzebski <piotr@scylladb.com>
2018-05-12 19:08:37 +02:00
..
db Use JmxMBeanServer instead of MBeanServer 2018-05-12 18:35:18 +02:00
gms FailureDetector: check that states is not null before use 2018-03-29 15:18:48 +03:00
locator Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00
metrics Introduce and use TableMetricObjectName 2018-05-12 19:08:37 +02:00
net Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00
repair Add the RepairParallelism enum 2015-08-27 20:46:02 +03:00
service StorageService: Allow querying the view build status 2018-04-03 14:43:27 +03:00
streaming Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00