toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.command
/
IdempotencyProperties
/
BloomFilter
Bloom
Filter
data
class
BloomFilter
(
val
ttl
:
Duration
=
Duration.ofMinutes(1)
,
val
expectedInsertions
:
Long
,
val
fpp
:
Double
=
1.0E-5
)
Members
Constructors
Bloom
Filter
Link copied to clipboard
constructor
(
ttl
:
Duration
=
Duration.ofMinutes(1)
,
expectedInsertions
:
Long
,
fpp
:
Double
=
1.0E-5
)
Properties
expected
Insertions
Link copied to clipboard
val
expectedInsertions
:
Long
fpp
Link copied to clipboard
val
fpp
:
Double
=
1.0E-5
ttl
Link copied to clipboard
val
ttl
:
Duration