Class AbstractHyperLogLogCommands<K,V>
- java.lang.Object
-
- io.quarkus.redis.runtime.datasource.AbstractRedisCommands
-
- io.quarkus.redis.runtime.datasource.AbstractHyperLogLogCommands<K,V>
-
- Direct Known Subclasses:
ReactiveHyperLogLogCommandsImpl
class AbstractHyperLogLogCommands<K,V> extends AbstractRedisCommands
-
-
Field Summary
-
Fields inherited from class io.quarkus.redis.runtime.datasource.AbstractRedisCommands
marshaller, redis
-
-
Constructor Summary
Constructors Constructor Description AbstractHyperLogLogCommands(RedisCommandExecutor api, Type k, Type v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>_pfadd(K key, V... values)(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>_pfcount(K... keys)(package private) io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>_pfmerge(K destination, K... sources)-
Methods inherited from class io.quarkus.redis.runtime.datasource.AbstractRedisCommands
execute, isMap
-
-
-
-
Constructor Detail
-
AbstractHyperLogLogCommands
AbstractHyperLogLogCommands(RedisCommandExecutor api, Type k, Type v)
-
-