| Interface | Description |
|---|---|
| BloomFilter |
A Bloom filter interface.
|
| Class | Description |
|---|---|
| BloomFilterFactory |
A Factory class to generate different versions of
BloomFilter. |
| HashFunction |
Implements a hash object that returns a certain number of hashed values.
|
| HoodieDynamicBoundedBloomFilter |
Hoodie's dynamic bloom bounded bloom filter.
|
| InternalBloomFilter |
Implements a Bloom filter, as defined by Bloom in 1970.
|
| Key |
The general behavior of a key that must be stored in a bloom filter.
|
| SimpleBloomFilter |
A Simple Bloom filter implementation built on top of
InternalBloomFilter. |
| Enum | Description |
|---|---|
| BloomFilterTypeCode |
Bloom filter type codes.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.