Uses of Interface
org.redisson.api.RHyperLogLog
Packages that use RHyperLogLog
-
Uses of RHyperLogLog in org.redisson
Classes in org.redisson that implement RHyperLogLogMethods in org.redisson that return RHyperLogLogModifier and TypeMethodDescription<V> RHyperLogLog<V> Redisson.getHyperLogLog(String name) <V> RHyperLogLog<V> Redisson.getHyperLogLog(String name, Codec codec) <V> RHyperLogLog<V> Redisson.getHyperLogLog(PlainOptions options) -
Uses of RHyperLogLog in org.redisson.api
Methods in org.redisson.api that return RHyperLogLogModifier and TypeMethodDescription<V> RHyperLogLog<V> RedissonClient.getHyperLogLog(String name) Returns HyperLogLog instance by name.<V> RHyperLogLog<V> RedissonClient.getHyperLogLog(String name, Codec codec) Returns HyperLogLog instance by name using provided codec for hll objects.<V> RHyperLogLog<V> RedissonClient.getHyperLogLog(PlainOptions options) Returns HyperLogLog instance with specifiedoptions.