Uses of Class
org.apache.cassandra.metrics.Sampler
Packages that use Sampler
-
Uses of Sampler in org.apache.cassandra.metrics
Subclasses of Sampler in org.apache.cassandra.metricsModifier and TypeClassDescriptionclassFind the most frequent sample.classMaxSampler<T>Note:samplerExecutoris single threaded but we still need to synchronize as we have access from both internal and the external JMX context that can cause races.Fields in org.apache.cassandra.metrics declared as SamplerModifier and TypeFieldDescriptionfinal Sampler<ByteBuffer>TableMetrics.topCasPartitionContentionWhen sampler activated, will track the most frequent partitions with cas contentionTableMetrics.topLocalReadQueryTimeWhen sampler activated, will track the slowest local readsfinal Sampler<ByteBuffer>TableMetrics.topReadPartitionFrequencyWhen sampler activated, will track the most frequently read partitionsfinal Sampler<ByteBuffer>TableMetrics.topReadPartitionRowCountWhen sampler activated, will track partitions read with the most rowsfinal Sampler<ByteBuffer>TableMetrics.topReadPartitionSSTableCountWhen sample activated, will track partitions read with the most merged sstablesfinal Sampler<ByteBuffer>TableMetrics.topReadPartitionTombstoneCountWhen sampler activated, will track partitions read with the most tombstonesfinal Sampler<ByteBuffer>TableMetrics.topWritePartitionFrequencyWhen sampler activated, will track the most frequently written to partitionsfinal Sampler<ByteBuffer>TableMetrics.topWritePartitionSizeWhen sampler activated, will track the largest mutationsFields in org.apache.cassandra.metrics with type parameters of type SamplerModifier and TypeFieldDescriptionfinal EnumMap<Sampler.SamplerType,Sampler<?>> TableMetrics.samplers