Uses of Class
org.apache.cassandra.metrics.SnapshottingTimer
-
Packages that use SnapshottingTimer Package Description org.apache.cassandra.metrics org.apache.cassandra.service.reads -
-
Uses of SnapshottingTimer in org.apache.cassandra.metrics
Fields in org.apache.cassandra.metrics declared as SnapshottingTimer Modifier and Type Field Description SnapshottingTimerTableMetrics. coordinatorReadLatencySnapshottingTimerTableMetrics. coordinatorWriteLatencyMethods in org.apache.cassandra.metrics that return SnapshottingTimer Modifier and Type Method Description protected SnapshottingTimerTableMetrics. createTableTimer(java.lang.String name)SnapshottingTimerCassandraMetricsRegistry. timer(CassandraMetricsRegistry.MetricName name, java.util.concurrent.TimeUnit durationUnit)SnapshottingTimerCassandraMetricsRegistry. timer(CassandraMetricsRegistry.MetricName name, CassandraMetricsRegistry.MetricName alias)SnapshottingTimerCassandraMetricsRegistry. timer(CassandraMetricsRegistry.MetricName name, CassandraMetricsRegistry.MetricName alias, java.util.concurrent.TimeUnit durationUnit) -
Uses of SnapshottingTimer in org.apache.cassandra.service.reads
Methods in org.apache.cassandra.service.reads with parameters of type SnapshottingTimer Modifier and Type Method Description longAlwaysSpeculativeRetryPolicy. calculateThreshold(SnapshottingTimer latency, long existingValue)longFixedSpeculativeRetryPolicy. calculateThreshold(SnapshottingTimer latency, long existingValue)longHybridSpeculativeRetryPolicy. calculateThreshold(SnapshottingTimer latency, long existingValue)longNeverSpeculativeRetryPolicy. calculateThreshold(SnapshottingTimer latency, long existingValue)longPercentileSpeculativeRetryPolicy. calculateThreshold(SnapshottingTimer latency, long existingValue)longSpeculativeRetryPolicy. calculateThreshold(SnapshottingTimer latency, long existingValue)Calculate the delay in microseconds after which speculation takes place
-