Uses of Class
org.forgerock.bloomfilter.ConcurrencyStrategy
-
Packages that use ConcurrencyStrategy Package Description org.forgerock.bloomfilter ForgeRock Bloom Filters -
-
Uses of ConcurrencyStrategy in org.forgerock.bloomfilter
Methods in org.forgerock.bloomfilter that return ConcurrencyStrategy Modifier and Type Method Description static ConcurrencyStrategy
ConcurrencyStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConcurrencyStrategy[]
ConcurrencyStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.bloomfilter with parameters of type ConcurrencyStrategy Modifier and Type Method Description BloomFilters.BloomFilterBuilder<T>
BloomFilters.BloomFilterBuilder. withConcurrencyStrategy(ConcurrencyStrategy strategy)
Sets the strategy to use for managing thread-safety in the bloom filter.
-