Uses of Interface
org.forgerock.bloomfilter.BloomFilter
-
Packages that use BloomFilter Package Description org.forgerock.bloomfilter ForgeRock Bloom Filtersorg.forgerock.bloomfilter.monitoring -
-
Uses of BloomFilter in org.forgerock.bloomfilter
Classes in org.forgerock.bloomfilter that implement BloomFilter Modifier and Type Class 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.Methods in org.forgerock.bloomfilter that return BloomFilter Modifier and Type Method Description BloomFilter<T>
BloomFilters.BloomFilterBuilder. build()
Builds the bloom filter with the configured options. -
Uses of BloomFilter in org.forgerock.bloomfilter.monitoring
Classes in org.forgerock.bloomfilter.monitoring that implement BloomFilter Modifier and Type Class Description class
BloomFilterMonitor<T>
Generic Bloom Filter JMX monitoring.Constructors in org.forgerock.bloomfilter.monitoring with parameters of type BloomFilter Constructor Description BloomFilterMonitor(BloomFilter<T> delegate)
-