scylla-jmx/src/main/java/org
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
..
apache/cassandra storage_service: Fix getToppartitions to always return both reads and writes 2021-05-10 18:07:07 +03:00