Uses of Class
org.apache.cassandra.utils.BloomCalculations.BloomSpecification
Packages that use BloomCalculations.BloomSpecification
-
Uses of BloomCalculations.BloomSpecification in org.apache.cassandra.utils
Methods in org.apache.cassandra.utils that return BloomCalculations.BloomSpecificationModifier and TypeMethodDescriptionBloomCalculations.computeBloomSpec(int bucketsPerElement) Given the number of buckets that can be used per element, return a specification that minimizes the false positive rate.BloomCalculations.computeBloomSpec(int maxBucketsPerElement, 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.