Uses of Interface
org.apache.cassandra.db.partitions.PartitionStatisticsCollector
-
Packages that use PartitionStatisticsCollector Package Description org.apache.cassandra.db.rows org.apache.cassandra.io.sstable.metadata -
-
Uses of PartitionStatisticsCollector in org.apache.cassandra.db.rows
Classes in org.apache.cassandra.db.rows that implement PartitionStatisticsCollector Modifier and Type Class Description static class
EncodingStats.Collector
Methods in org.apache.cassandra.db.rows with parameters of type PartitionStatisticsCollector Modifier and Type Method Description static void
Cells. collectStats(Cell<?> cell, PartitionStatisticsCollector collector)
Collect statistics ont a given cell.static int
Rows. collectStats(Row row, PartitionStatisticsCollector collector)
Collect statistics on a given row. -
Uses of PartitionStatisticsCollector in org.apache.cassandra.io.sstable.metadata
Classes in org.apache.cassandra.io.sstable.metadata that implement PartitionStatisticsCollector Modifier and Type Class Description class
MetadataCollector
-