scylla-jmx/src/main/java/org/apache/cassandra/service
Piotr Wojtczak a7c4c39dd0 storage_service: Fix getToppartitions to always return both reads and writes
In line with the previous API, the getToppartitions function returned
results for one specified sampler (reads OR writes). This forced
the user to call the function once for each sampler, which is
suboptimal.
This commit changes the signature so that results for both samplers
are returned and the user can then pick whichever they need.
2021-05-10 18:07:07 +03:00
..
CacheService.java Rework service.* beans 2016-10-24 11:43:51 +00:00
CacheServiceMBean.java Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00
GCInspector.java Rework service.* beans 2016-10-24 11:43:51 +00:00
GCInspectorMXBean.java Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00
PerTableSSTableInfo.java service: Add objects for deserializing sstable_info json 2019-07-24 14:31:10 +00:00
SSTableInfo.java sstableinfo: Fix deserizalization of "properties" 2019-09-30 15:29:52 +03:00
StorageProxy.java StorageProxy.java: Add view write metrics 2019-07-21 19:20:37 +03:00
StorageProxyMBean.java scylla-jmx: Update JMX interfaces to origin 3.11 2018-07-30 15:47:43 +03:00
StorageService.java storage_service: Fix getToppartitions to always return both reads and writes 2021-05-10 18:07:07 +03:00
StorageServiceMBean.java storage_service: Fix getToppartitions to always return both reads and writes 2021-05-10 18:07:07 +03:00