Package org.apache.datasketches.filters.bloomfilter
-
Class Summary Class Description BloomFilter A Bloom filter is a data structure that can be used for probabilistic set membership.BloomFilterBuilder This class provides methods to help estimate the correct parameters when creating a Bloom filter, and methods to create the filter using those values.DirectBitArrayR This class can maintain the BitArray object off-heap.