Uses of Class
org.apache.cassandra.metrics.TableMetrics
-
Packages that use TableMetrics Package Description org.apache.cassandra.db org.apache.cassandra.db.memtable -
-
Uses of TableMetrics in org.apache.cassandra.db
Fields in org.apache.cassandra.db declared as TableMetrics Modifier and Type Field Description TableMetricsColumnFamilyStore. metricMethods in org.apache.cassandra.db that return TableMetrics Modifier and Type Method Description static TableMetricsColumnFamilyStore. metricsFor(TableId tableId)Methods in org.apache.cassandra.db with parameters of type TableMetrics Modifier and Type Method Description protected voidPartitionRangeReadCommand. recordLatency(TableMetrics metric, long latencyNanos)protected abstract voidReadCommand. recordLatency(TableMetrics metric, long latencyNanos)protected voidSinglePartitionReadCommand. recordLatency(TableMetrics metric, long latencyNanos) -
Uses of TableMetrics in org.apache.cassandra.db.memtable
Constructors in org.apache.cassandra.db.memtable with parameters of type TableMetrics Constructor Description FlushRunnable(Memtable.FlushablePartitionSet<?> flushSet, SSTableMultiWriter writer, TableMetrics metrics, boolean logCompletion)
-