Uses of Interface
io.quarkus.redis.datasource.countmin.ReactiveCountMinCommands
Packages that use ReactiveCountMinCommands
-
Uses of ReactiveCountMinCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return ReactiveCountMinCommandsModifier and TypeMethodDescription<K,
V> ReactiveCountMinCommands<K, V> ReactiveRedisDataSource.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> ReactiveCountMinCommands<String,
V> ReactiveRedisDataSource.countmin
(com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to manipulate Count-Min sketches.<K,
V> ReactiveCountMinCommands<K, V> Gets the object to manipulate Count-Min sketches.default <V> ReactiveCountMinCommands<String,
V> Gets the object to manipulate Count-Min sketches. -
Uses of ReactiveCountMinCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement ReactiveCountMinCommandsMethods in io.quarkus.redis.runtime.datasource that return ReactiveCountMinCommandsModifier and TypeMethodDescription<K,
V> ReactiveCountMinCommands<K, V> ReactiveRedisDataSourceImpl.countmin
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) <K,
V> ReactiveCountMinCommands<K, V> Constructors in io.quarkus.redis.runtime.datasource with parameters of type ReactiveCountMinCommandsModifierConstructorDescriptionBlockingCountMinCommandsImpl
(RedisDataSource ds, ReactiveCountMinCommands<K, V> reactive, Duration timeout)