Package | Description |
---|---|
org.forgerock.bloomfilter |
ForgeRock Bloom Filters
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
BloomFilters.BloomFilterBuilder<T> |
BloomFilters.BloomFilterBuilder.withConcurrencyStrategy(ConcurrencyStrategy strategy)
Sets the strategy to use for managing thread-safety in the bloom filter.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.