Uses of Interface
io.quarkus.redis.datasource.countmin.CountMinCommands
Packages that use CountMinCommands
-
Uses of CountMinCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return CountMinCommandsModifier and TypeMethodDescription<K,V> CountMinCommands<K, V> RedisDataSource.countmin(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to manipulate Count-Min sketches.default <V> CountMinCommands<String,V> RedisDataSource.countmin(com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to manipulate Count-Min sketches.<K,V> CountMinCommands<K, V> Gets the object to manipulate Count-Min sketches.default <V> CountMinCommands<String,V> Gets the object to manipulate Count-Min sketches. -
Uses of CountMinCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement CountMinCommandsMethods in io.quarkus.redis.runtime.datasource that return CountMinCommandsModifier and TypeMethodDescription<K,V> CountMinCommands<K, V> BlockingRedisDataSourceImpl.countmin(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) <K,V> CountMinCommands<K, V>