Uses of Interface
org.forgerock.bloomfilter.BloomFilter
Packages that use BloomFilter
Package
Description
ForgeRock Bloom Filters
-
Uses of BloomFilter in org.forgerock.bloomfilter
Classes in org.forgerock.bloomfilter that implement BloomFilterModifier and TypeClassDescriptionfinal classA 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 BloomFilterModifier and TypeMethodDescriptionBloomFilters.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 BloomFilterModifier and TypeClassDescriptionfinal classGeneric Bloom Filter JMX monitoring.Constructors in org.forgerock.bloomfilter.monitoring with parameters of type BloomFilter