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(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 class
BlockingHyperLogLogCommandsImpl<K,V>
Methods in io.quarkus.redis.runtime.datasource that return HyperLogLogCommands Modifier and Type Method Description <K1,V1>
HyperLogLogCommands<K1,V1>BlockingRedisDataSourceImpl. hyperloglog(Class<K1> redisKeyType, Class<V1> memberType)
-