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.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.