Uses of Class
io.quarkus.redis.datasource.bloom.BfInsertArgs
Packages that use BfInsertArgs
-
Uses of BfInsertArgs in io.quarkus.redis.datasource.bloom
Methods in io.quarkus.redis.datasource.bloom that return BfInsertArgsModifier and TypeMethodDescriptionBfInsertArgs.capacity(long capacity) Specifies the desired capacity for the filter to be created.BfInsertArgs.errorRate(double errorRate) Specifies the error ratio of the newly created filter if it does not yet exist.BfInsertArgs.expansion(int expansion) Set the expansion factory.BfInsertArgs.nocreate()Indicates that the filter should not be created if it does not already exist.BfInsertArgs.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 BfInsertArgsModifier and TypeMethodDescriptionBloomCommands.bfinsert(K key, BfInsertArgs args, V... values) Execute the command BF.INSERT.ReactiveBloomCommands.bfinsert(K key, BfInsertArgs args, V... values) Execute the command BF.INSERT.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalBloomCommands.bfinsert(K key, BfInsertArgs args, V... values) Execute the command BF.INSERT.voidTransactionalBloomCommands.bfinsert(K key, BfInsertArgs args, V... values) Execute the command BF.INSERT. -
Uses of BfInsertArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type BfInsertArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractBloomCommands._bfinsert(K key, BfInsertArgs args, V... values) BlockingBloomCommandsImpl.bfinsert(K key, BfInsertArgs args, V... values) voidBlockingTransactionalBloomCommandsImpl.bfinsert(K key, BfInsertArgs args, V... values) ReactiveBloomCommandsImpl.bfinsert(K key, BfInsertArgs args, V... values) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalBloomCommandsImpl.bfinsert(K key, BfInsertArgs args, V... values)