Uses of Class
io.quarkus.redis.datasource.cuckoo.CfReserveArgs
Packages that use CfReserveArgs
-
Uses of CfReserveArgs in io.quarkus.redis.datasource.cuckoo
Methods in io.quarkus.redis.datasource.cuckoo that return CfReserveArgsModifier and TypeMethodDescriptionCfReserveArgs.bucketSize(long bucketSize) Set the number of items in each bucket.CfReserveArgs.expansion(int expansion) When a new filter is created, its size is the size of the current filter multiplied by expansion.CfReserveArgs.maxIterations(int maxIterations) Sets the number of attempts to swap items between buckets before declaring filter as full and creating an additional filter.Methods in io.quarkus.redis.datasource.cuckoo with parameters of type CfReserveArgsModifier and TypeMethodDescriptionvoidCuckooCommands.cfreserve(K key, long capacity, CfReserveArgs args) Execute the command CF.RESERVE.io.smallrye.mutiny.Uni<Void>ReactiveCuckooCommands.cfreserve(K key, long capacity, CfReserveArgs args) Execute the command CF.RESERVE.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalCuckooCommands.cfreserve(K key, long capacity, CfReserveArgs args) Execute the command CF.RESERVE.voidTransactionalCuckooCommands.cfreserve(K key, long capacity, CfReserveArgs args) Execute the command CF.RESERVE. -
Uses of CfReserveArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type CfReserveArgsModifier and TypeMethodDescription(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>AbstractCuckooCommands._cfreserve(K key, long capacity, CfReserveArgs args) voidBlockingCuckooCommandsImpl.cfreserve(K key, long capacity, CfReserveArgs args) voidBlockingTransactionalCuckooCommandsImpl.cfreserve(K key, long capacity, CfReserveArgs args) io.smallrye.mutiny.Uni<Void>ReactiveCuckooCommandsImpl.cfreserve(K key, long capacity, CfReserveArgs args) io.smallrye.mutiny.Uni<Void>ReactiveTransactionalCuckooCommandsImpl.cfreserve(K key, long capacity, CfReserveArgs args)