Uses of Class
org.apache.cassandra.metrics.TableMetrics
-
Packages that use TableMetrics Package Description org.apache.cassandra.db -
-
Uses of TableMetrics in org.apache.cassandra.db
Fields in org.apache.cassandra.db declared as TableMetrics Modifier and Type Field Description TableMetrics
ColumnFamilyStore. metric
Methods in org.apache.cassandra.db that return TableMetrics Modifier and Type Method Description static TableMetrics
ColumnFamilyStore. metricsFor(TableId tableId)
Methods in org.apache.cassandra.db with parameters of type TableMetrics Modifier and Type Method Description protected void
PartitionRangeReadCommand. recordLatency(TableMetrics metric, long latencyNanos)
protected abstract void
ReadCommand. recordLatency(TableMetrics metric, long latencyNanos)
protected void
SinglePartitionReadCommand. recordLatency(TableMetrics metric, long latencyNanos)
-