Package | Description |
---|---|
org.forgerock.bloomfilter |
ForgeRock Bloom Filters
|
org.forgerock.bloomfilter.monitoring |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentRollingBloomFilter<T>
A thread-safe implementation of a Bloom Filter that can expand over time to accommodate arbitrary numbers of
elements, while also allowing old elements to be deleted after they have expired.
|
Modifier and Type | Method and Description |
---|---|
BloomFilter<T> |
BloomFilters.BloomFilterBuilder.build()
Builds the bloom filter with the configured options.
|
Modifier and Type | Class and Description |
---|---|
class |
BloomFilterMonitor<T>
Generic Bloom Filter JMX monitoring.
|
Constructor and Description |
---|
BloomFilterMonitor(BloomFilter<T> delegate) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.