Uses of Class
org.apache.cassandra.metrics.TableMetrics
-
-
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 TableMetrics
ColumnFamilyStore. getMetrics()
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)
-
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)
-
Uses of TableMetrics in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return TableMetrics Modifier and Type Method Description TableMetrics
SSTable.Owner. getMetrics()
-
Uses of TableMetrics in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format with parameters of type TableMetrics Modifier and Type Method Description abstract KeyReader
SSTableReaderLoadingBuilder. buildKeyReader(TableMetrics tableMetrics)
-
Uses of TableMetrics in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big with parameters of type TableMetrics Modifier and Type Method Description KeyReader
BigSSTableReaderLoadingBuilder. buildKeyReader(TableMetrics tableMetrics)
Constructors in org.apache.cassandra.io.sstable.format.big with parameters of type TableMetrics Constructor Description Serializer(Version version, SerializationHeader header, TableMetrics tableMetrics)
-
Uses of TableMetrics in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type TableMetrics Modifier and Type Method Description KeyReader
BtiTableReaderLoadingBuilder. buildKeyReader(TableMetrics tableMetrics)
-