| Package | Description |
|---|---|
| org.forgerock.bloomfilter |
ForgeRock Bloom Filters
Implementations of thread-safe, scalable and rolling Bloom Filters.
|
| org.forgerock.bloomfilter.monitoring |
| Class and Description |
|---|
| BloomFilter
General interface contract for implementations of Bloom
Filters.
|
| BloomFilters.BloomFilterBuilder
Builder for constructing and configuring Bloom Filter implementations.
|
| BloomFilters.RollingBloomFilterBuilder
Builder pattern for Rolling Bloom Filters, which are Scalable Bloom Filters whose elements can expire allowing
space to be reclaimed over time.
|
| BloomFilters.ScalableBloomFilterBuilder
Builder pattern for Scalable Bloom Filters.
|
| BloomFilterStatistics
Provides a snapshot of the current statistics and configuration of a Bloom Filter implementation.
|
| ConcurrencyStrategy
Strategy that determines how thread-safety of bloom filters should be managed.
|
| ExpiryStrategy
Strategy pattern for determining when elements added to a
ConcurrentRollingBloomFilter should expire. |
| Class and Description |
|---|
| BloomFilter
General interface contract for implementations of Bloom
Filters.
|
| BloomFilterStatistics
Provides a snapshot of the current statistics and configuration of a Bloom Filter implementation.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.