public class BloomFilterSpy extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Modifier | Constructor and Description |
|---|---|
protected |
BloomFilterSpy() |
| Modifier and Type | Method and Description |
|---|---|
static long |
estimateCardinality(com.google.common.hash.BloomFilter<?> bloomFilter)
https://en.wikipedia.org/wiki/Bloom_filter# Approximating_the_number_of_items_in_a_Bloom_filter
|
public static long estimateCardinality(com.google.common.hash.BloomFilter<?> bloomFilter)
bloomFilter - Copyright © 2014–2017 Pivotal Software, Inc.. All rights reserved.