Uses of Class
org.apache.cassandra.index.sai.metrics.TableQueryMetrics
Packages that use TableQueryMetrics
-
Uses of TableQueryMetrics in org.apache.cassandra.index.sai.plan
Methods in org.apache.cassandra.index.sai.plan with parameters of type TableQueryMetricsModifier and TypeMethodDescriptionStorageAttachedIndexQueryPlan.create(ColumnFamilyStore cfs, TableQueryMetrics queryMetrics, Set<StorageAttachedIndex> indexes, RowFilter filter) Constructors in org.apache.cassandra.index.sai.plan with parameters of type TableQueryMetricsModifierConstructorDescriptionStorageAttachedIndexSearcher(ColumnFamilyStore cfs, TableQueryMetrics tableQueryMetrics, ReadCommand command, RowFilter indexFilter, long executionQuotaMs)