Uses of Interface
io.quarkus.redis.datasource.hyperloglog.ReactiveHyperLogLogCommands
Packages that use ReactiveHyperLogLogCommands
-
Uses of ReactiveHyperLogLogCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return ReactiveHyperLogLogCommandsModifier and TypeMethodDescription<K,
V> ReactiveHyperLogLogCommands<K, V> ReactiveRedisDataSource.hyperloglog
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> memberType) Gets the object to execute commands manipulating hyperloglog data structures.default <V> ReactiveHyperLogLogCommands<String,
V> ReactiveRedisDataSource.hyperloglog
(com.fasterxml.jackson.core.type.TypeReference<V> memberType) Gets the object to execute commands manipulating hyperloglog data structures.<K,
V> ReactiveHyperLogLogCommands<K, V> ReactiveRedisDataSource.hyperloglog
(Class<K> redisKeyType, Class<V> memberType) Gets the object to execute commands manipulating hyperloglog data structures.default <V> ReactiveHyperLogLogCommands<String,
V> ReactiveRedisDataSource.hyperloglog
(Class<V> memberType) Gets the object to execute commands manipulating hyperloglog data structures. -
Uses of ReactiveHyperLogLogCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement ReactiveHyperLogLogCommandsMethods in io.quarkus.redis.runtime.datasource that return ReactiveHyperLogLogCommandsModifier and TypeMethodDescription<K,
V> ReactiveHyperLogLogCommands<K, V> ReactiveRedisDataSourceImpl.hyperloglog
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> memberType) <K,
V> ReactiveHyperLogLogCommands<K, V> ReactiveRedisDataSourceImpl.hyperloglog
(Class<K> redisKeyType, Class<V> memberType) Constructors in io.quarkus.redis.runtime.datasource with parameters of type ReactiveHyperLogLogCommandsModifierConstructorDescriptionBlockingHyperLogLogCommandsImpl
(RedisDataSource ds, ReactiveHyperLogLogCommands<K, V> reactive, Duration timeout)