Uses of Class
io.quarkus.redis.datasource.cuckoo.CfInsertArgs
Packages that use CfInsertArgs
-
Uses of CfInsertArgs in io.quarkus.redis.datasource.cuckoo
Methods in io.quarkus.redis.datasource.cuckoo that return CfInsertArgsModifier and TypeMethodDescriptionCfInsertArgs.capacity(long capacity) Specifies the desired capacity of the new filter, if this filter does not exist yet.CfInsertArgs.nocreate()If specified, prevents automatic filter creation if the filter does not exist.Methods in io.quarkus.redis.datasource.cuckoo with parameters of type CfInsertArgsModifier and TypeMethodDescriptionvoidCuckooCommands.cfinsert(K key, CfInsertArgs args, V... values) Execute the command CF.INSERT.io.smallrye.mutiny.Uni<Void>ReactiveCuckooCommands.cfinsert(K key, CfInsertArgs args, V... values) Execute the command CF.INSERT.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalCuckooCommands.cfinsert(K key, CfInsertArgs args, V... values) Execute the command CF.INSERT.voidTransactionalCuckooCommands.cfinsert(K key, CfInsertArgs args, V... values) Execute the command CF.INSERT.CuckooCommands.cfinsertnx(K key, CfInsertArgs args, V... values) Execute the command CF.INSERTNX.ReactiveCuckooCommands.cfinsertnx(K key, CfInsertArgs args, V... values) Execute the command CF.INSERTNX.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalCuckooCommands.cfinsertnx(K key, CfInsertArgs args, V... values) Execute the command CF.INSERTNX.voidTransactionalCuckooCommands.cfinsertnx(K key, CfInsertArgs args, V... values) Execute the command CF.INSERTNX. -
Uses of CfInsertArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type CfInsertArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractCuckooCommands._cfinsert(K key, CfInsertArgs args, V... values) (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractCuckooCommands._cfinsertnx(K key, CfInsertArgs args, V... values) voidBlockingCuckooCommandsImpl.cfinsert(K key, CfInsertArgs args, V... values) voidBlockingTransactionalCuckooCommandsImpl.cfinsert(K key, CfInsertArgs args, V... values) io.smallrye.mutiny.Uni<Void>ReactiveCuckooCommandsImpl.cfinsert(K key, CfInsertArgs args, V... values) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalCuckooCommandsImpl.cfinsert(K key, CfInsertArgs args, V... values) BlockingCuckooCommandsImpl.cfinsertnx(K key, CfInsertArgs args, V... values) voidBlockingTransactionalCuckooCommandsImpl.cfinsertnx(K key, CfInsertArgs args, V... values) ReactiveCuckooCommandsImpl.cfinsertnx(K key, CfInsertArgs args, V... values) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalCuckooCommandsImpl.cfinsertnx(K key, CfInsertArgs args, V... values)