Package org.apache.cassandra.utils
Class BloomCalculations.BloomSpecification
- java.lang.Object
-
- org.apache.cassandra.utils.BloomCalculations.BloomSpecification
-
- Enclosing class:
- BloomCalculations
public static class BloomCalculations.BloomSpecification extends java.lang.Object
A wrapper class that holds two key parameters for a Bloom Filter: the number of hash functions used, and the number of buckets per element used.
-
-
Constructor Summary
Constructors Constructor Description BloomSpecification(int k, int bucketsPerElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-