Uses of Interface
io.quarkus.redis.datasource.cuckoo.ReactiveCuckooCommands
Packages that use ReactiveCuckooCommands
-
Uses of ReactiveCuckooCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return ReactiveCuckooCommandsModifier and TypeMethodDescription<K,
V> ReactiveCuckooCommands<K, V> ReactiveRedisDataSource.cuckoo
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to manipulate Cuckoo filters.default <V> ReactiveCuckooCommands<String,
V> ReactiveRedisDataSource.cuckoo
(com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to manipulate Cuckoo filters.<K,
V> ReactiveCuckooCommands<K, V> Gets the object to manipulate Cuckoo filters.default <V> ReactiveCuckooCommands<String,
V> Gets the object to manipulate Cuckoo filters. -
Uses of ReactiveCuckooCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement ReactiveCuckooCommandsMethods in io.quarkus.redis.runtime.datasource that return ReactiveCuckooCommandsModifier and TypeMethodDescription<K,
V> ReactiveCuckooCommands<K, V> ReactiveRedisDataSourceImpl.cuckoo
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) <K,
V> ReactiveCuckooCommands<K, V> Constructors in io.quarkus.redis.runtime.datasource with parameters of type ReactiveCuckooCommandsModifierConstructorDescriptionBlockingCuckooCommandsImpl
(RedisDataSource ds, ReactiveCuckooCommands<K, V> reactive, Duration timeout)