org.apache.cassandra.utils
Class BloomCalculations.BloomSpecification

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

public static final 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
BloomCalculations.BloomSpecification(int k, int bucketsPerElement)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BloomCalculations.BloomSpecification

public BloomCalculations.BloomSpecification(int k,
                                            int bucketsPerElement)


Copyright © 2009 The Apache Software Foundation