Uses of Interface
io.quarkus.redis.datasource.hyperloglog.HyperLogLogCommands
Packages that use HyperLogLogCommands
-
Uses of HyperLogLogCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return HyperLogLogCommandsModifier and TypeMethodDescription<K,V> HyperLogLogCommands<K, V> RedisDataSource.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> HyperLogLogCommands<String,V> RedisDataSource.hyperloglog(com.fasterxml.jackson.core.type.TypeReference<V> memberType) Gets the object to execute commands manipulating hyperloglog data structures.<K,V> HyperLogLogCommands<K, V> RedisDataSource.hyperloglog(Class<K> redisKeyType, Class<V> memberType) Gets the object to execute commands manipulating hyperloglog data structures.default <V> HyperLogLogCommands<String,V> RedisDataSource.hyperloglog(Class<V> memberType) Gets the object to execute commands manipulating hyperloglog data structures. -
Uses of HyperLogLogCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement HyperLogLogCommandsMethods in io.quarkus.redis.runtime.datasource that return HyperLogLogCommandsModifier and TypeMethodDescription<K1,V1> HyperLogLogCommands<K1, V1> BlockingRedisDataSourceImpl.hyperloglog(com.fasterxml.jackson.core.type.TypeReference<K1> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V1> memberType) <K1,V1> HyperLogLogCommands<K1, V1> BlockingRedisDataSourceImpl.hyperloglog(Class<K1> redisKeyType, Class<V1> memberType)