Sampler<java.nio.ByteBuffer> |
TableMetrics.topCasPartitionContention |
When sampler activated, will track the most frequent partitions with cas contention
|
Sampler<java.lang.String> |
TableMetrics.topLocalReadQueryTime |
When sampler activated, will track the slowest local reads
|
Sampler<java.nio.ByteBuffer> |
TableMetrics.topReadPartitionFrequency |
When sampler activated, will track the most frequently read partitions
|
Sampler<java.nio.ByteBuffer> |
TableMetrics.topReadPartitionRowCount |
When sampler activated, will track partitions read with the most rows
|
Sampler<java.nio.ByteBuffer> |
TableMetrics.topReadPartitionSSTableCount |
When sample activated, will track partitions read with the most merged sstables
|
Sampler<java.nio.ByteBuffer> |
TableMetrics.topReadPartitionTombstoneCount |
When sampler activated, will track partitions read with the most tombstones
|
Sampler<java.nio.ByteBuffer> |
TableMetrics.topWritePartitionFrequency |
When sampler activated, will track the most frequently written to partitions
|
Sampler<java.nio.ByteBuffer> |
TableMetrics.topWritePartitionSize |
When sampler activated, will track the largest mutations
|