scylla-jmx/src/main/java
Piotr Wojtczak 20469bf749 column_family: Return proper cardinality for toppartitions requests
Right now, in the finishLocalSampling method of the ColumnFamilyStore
we return the size of the list of returned partitions. Instead, we should
be propagating the actual cardinality of the sampled set.
Let's just read the read_cardinality and write_cardinality properties
of the scylla's REST API response.

Fixes #148
2020-12-13 13:50:56 +02:00
..
com/scylladb/jmx scylla-jmx: Use registration checker objects 2020-09-07 11:00:42 +02:00
org/apache/cassandra column_family: Return proper cardinality for toppartitions requests 2020-12-13 13:50:56 +02:00