Uses of Class
io.quarkus.redis.datasource.bloom.BfReserveArgs
-
Packages that use BfReserveArgs Package Description io.quarkus.redis.datasource.bloom io.quarkus.redis.runtime.datasource -
-
Uses of BfReserveArgs in io.quarkus.redis.datasource.bloom
Methods in io.quarkus.redis.datasource.bloom that return BfReserveArgs Modifier and Type Method Description BfReserveArgsBfReserveArgs. expansion(int expansion)Set the expansion factory.BfReserveArgsBfReserveArgs. nonScaling()Prevents the filter from creating additional sub-filters if initial capacity is reached.Methods in io.quarkus.redis.datasource.bloom with parameters of type BfReserveArgs Modifier and Type Method Description voidBloomCommands. bfreserve(K key, double errorRate, long capacity, BfReserveArgs args)Execute the command BF.RESERVE.io.smallrye.mutiny.Uni<Void>ReactiveBloomCommands. bfreserve(K key, double errorRate, long capacity, BfReserveArgs args)Execute the command BF.RESERVE.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalBloomCommands. bfreserve(K key, double errorRate, long capacity, BfReserveArgs args)Execute the command BF.RESERVE.voidTransactionalBloomCommands. bfreserve(K key, double errorRate, long capacity, BfReserveArgs args)Execute the command BF.RESERVE. -
Uses of BfReserveArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type BfReserveArgs Modifier and Type Method Description (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractBloomCommands. _bfreserve(K key, double errorRate, long capacity, BfReserveArgs args)voidBlockingBloomCommandsImpl. bfreserve(K key, double errorRate, long capacity, BfReserveArgs args)voidBlockingTransactionalBloomCommandsImpl. bfreserve(K key, double errorRate, long capacity, BfReserveArgs args)io.smallrye.mutiny.Uni<Void>ReactiveBloomCommandsImpl. bfreserve(K key, double errorRate, long capacity, BfReserveArgs args)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalBloomCommandsImpl. bfreserve(K key, double errorRate, long capacity, BfReserveArgs args)
-