Uses of Interface
org.redisson.api.RHyperLogLog
-
Packages that use RHyperLogLog Package Description org.redisson org.redisson.api -
-
Uses of RHyperLogLog in org.redisson
Classes in org.redisson that implement RHyperLogLog Modifier and Type Class Description classRedissonHyperLogLog<V>Methods in org.redisson that return RHyperLogLog Modifier and Type Method Description <V> RHyperLogLog<V>Redisson. getHyperLogLog(String name)<V> RHyperLogLog<V>Redisson. getHyperLogLog(String name, Codec codec) -
Uses of RHyperLogLog in org.redisson.api
Methods in org.redisson.api that return RHyperLogLog Modifier and Type Method Description <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.
-