Uses of Class
org.apache.cassandra.utils.BloomCalculations.BloomSpecification

Packages that use BloomCalculations.BloomSpecification
org.apache.cassandra.utils   
 

Uses of BloomCalculations.BloomSpecification in org.apache.cassandra.utils
 

Methods in org.apache.cassandra.utils that return BloomCalculations.BloomSpecification
static BloomCalculations.BloomSpecification BloomCalculations.computeBucketsAndK(double maxFalsePosProb)
          Given a maximum tolerable false positive probability, compute a Bloom specification which will give less than the specified false positive rate, but minimize the number of buckets per element and the number of hash functions used.
 



Copyright © 2009 The Apache Software Foundation