A B C E F G H I L M O R S T U V 

O

onOverflow() - Method in interface orestes.bloomfilter.CBloomFilter.OverflowHandler
 
optimalK(double, int) - Static method in class orestes.bloomfilter.BloomFilter
Calculates the optimal k (number of hash function) given n (expected number of elements in bloom filter) and m (size of bloom filter in bits).
optimalM(double, double) - Static method in class orestes.bloomfilter.BloomFilter
Calculates the optimal size m of the bloom filter in bits given n (expected number of elements in bloom filter) and p (tolerable false positive rate).
orestes.bloomfilter - package orestes.bloomfilter
 
orestes.bloomfilter.json - package orestes.bloomfilter.json
 
orestes.bloomfilter.redis - package orestes.bloomfilter.redis
 
overwrite(BitSet) - Method in class orestes.bloomfilter.redis.RedisBitSet
Overwrite the contents of this RedisBitSet by the given BitSet.
A B C E F G H I L M O R S T U V