Uses of Class
io.quarkus.redis.datasource.cuckoo.CfInsertArgs
-
Packages that use CfInsertArgs Package Description io.quarkus.redis.datasource.cuckoo io.quarkus.redis.runtime.datasource -
-
Uses of CfInsertArgs in io.quarkus.redis.datasource.cuckoo
Methods in io.quarkus.redis.datasource.cuckoo that return CfInsertArgs Modifier and Type Method Description CfInsertArgsCfInsertArgs. capacity(long capacity)Specifies the desired capacity of the new filter, if this filter does not exist yet.CfInsertArgsCfInsertArgs. nocreate()If specified, prevents automatic filter creation if the filter does not exist.Methods in io.quarkus.redis.datasource.cuckoo with parameters of type CfInsertArgs Modifier and Type Method Description voidCuckooCommands. 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.List<Boolean>CuckooCommands. cfinsertnx(K key, CfInsertArgs args, V... values)Execute the command CF.INSERTNX.io.smallrye.mutiny.Uni<List<Boolean>>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 CfInsertArgs Modifier and Type Method Description (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)List<Boolean>BlockingCuckooCommandsImpl. cfinsertnx(K key, CfInsertArgs args, V... values)voidBlockingTransactionalCuckooCommandsImpl. cfinsertnx(K key, CfInsertArgs args, V... values)io.smallrye.mutiny.Uni<List<Boolean>>ReactiveCuckooCommandsImpl. cfinsertnx(K key, CfInsertArgs args, V... values)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalCuckooCommandsImpl. cfinsertnx(K key, CfInsertArgs args, V... values)
-