Uses of Class
org.apache.cassandra.utils.EstimatedHistogram

Packages that use EstimatedHistogram
org.apache.cassandra.db   
org.apache.cassandra.io.sstable   
 

Uses of EstimatedHistogram in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db with parameters of type EstimatedHistogram
static void StatisticsTable.persistSSTableStatistics(Descriptor desc, EstimatedHistogram rowsizes, EstimatedHistogram columncounts)
           
 

Uses of EstimatedHistogram in org.apache.cassandra.io.sstable
 

Fields in org.apache.cassandra.io.sstable declared as EstimatedHistogram
protected  EstimatedHistogram SSTable.estimatedColumnCount
           
protected  EstimatedHistogram SSTable.estimatedRowSize
           
 

Methods in org.apache.cassandra.io.sstable that return EstimatedHistogram
 EstimatedHistogram SSTable.getEstimatedColumnCount()
           
 EstimatedHistogram SSTable.getEstimatedRowSize()
           
 



Copyright © 2010 The Apache Software Foundation