Uses of Interface
io.quarkus.redis.datasource.bloom.BloomCommands
Packages that use BloomCommands
-
Uses of BloomCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return BloomCommandsModifier and TypeMethodDescription<K,
V> BloomCommands<K, V> RedisDataSource.bloom
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to manipulate Bloom filters.default <V> BloomCommands<String,
V> RedisDataSource.bloom
(com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to manipulate Bloom filters.<K,
V> BloomCommands<K, V> Gets the object to manipulate Bloom filters.default <V> BloomCommands<String,
V> Gets the object to manipulate Bloom filters. -
Uses of BloomCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement BloomCommandsMethods in io.quarkus.redis.runtime.datasource that return BloomCommandsModifier and TypeMethodDescription<K,
V> BloomCommands<K, V> BlockingRedisDataSourceImpl.bloom
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) <K,
V> BloomCommands<K, V>