Class BloomCalculations.BloomSpecification

java.lang.Object
org.apache.cassandra.utils.BloomCalculations.BloomSpecification
Enclosing class:
BloomCalculations

public static class BloomCalculations.BloomSpecification extends 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 Details

    • BloomSpecification

      public BloomSpecification(int k, int bucketsPerElement)
  • Method Details