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