Uses of Interface
io.quarkus.redis.datasource.cuckoo.CuckooCommands
Packages that use CuckooCommands
-
Uses of CuckooCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return CuckooCommandsModifier and TypeMethodDescription<K,
V> CuckooCommands<K, V> RedisDataSource.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> CuckooCommands<String,
V> RedisDataSource.cuckoo
(com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to manipulate Cuckoo filters.<K,
V> CuckooCommands<K, V> Gets the object to manipulate Cuckoo filters.default <V> CuckooCommands<String,
V> Gets the object to manipulate Cuckoo filters. -
Uses of CuckooCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement CuckooCommandsMethods in io.quarkus.redis.runtime.datasource that return CuckooCommandsModifier and TypeMethodDescription<K,
V> CuckooCommands<K, V> BlockingRedisDataSourceImpl.cuckoo
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) <K,
V> CuckooCommands<K, V>