Builder
* Builds a Cuckoo Filter. To Create a Cuckoo filter, construct this then call #build()
.
Author
Mark Gunlogson
Parameters
<T>
the type of item Funnel will use
Constructors
Link copied to clipboard
Creates a Builder interface for CuckooFilter with the expected number of insertions using the default false positive rate,
#hashAlgorithm
, and concurrency.Creates a Builder interface for CuckooFilter with the expected number of insertions using the default false positive rate,
#hashAlgorithm
, and concurrency.