Uses of Interface
io.quarkus.redis.datasource.hyperloglog.HyperLogLogCommands
-
Packages that use HyperLogLogCommands Package Description io.quarkus.redis.datasource io.quarkus.redis.runtime.datasource -
-
Uses of HyperLogLogCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return HyperLogLogCommands Modifier and Type Method Description <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 HyperLogLogCommands Modifier and Type Class Description classBlockingHyperLogLogCommandsImpl<K,V>Methods in io.quarkus.redis.runtime.datasource that return HyperLogLogCommands Modifier and Type Method Description <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)
-