Uses of Interface
org.redisson.api.RHyperLogLogAsync
-
Packages that use RHyperLogLogAsync Package Description org.redisson org.redisson.api -
-
Uses of RHyperLogLogAsync in org.redisson
Classes in org.redisson that implement RHyperLogLogAsync Modifier and Type Class Description class
RedissonHyperLogLog<V>
Methods in org.redisson that return RHyperLogLogAsync Modifier and Type Method Description <V> RHyperLogLogAsync<V>
RedissonBatch. getHyperLogLog(String name)
<V> RHyperLogLogAsync<V>
RedissonBatch. getHyperLogLog(String name, Codec codec)
-
Uses of RHyperLogLogAsync in org.redisson.api
Subinterfaces of RHyperLogLogAsync in org.redisson.api Modifier and Type Interface Description interface
RHyperLogLog<V>
Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.Methods in org.redisson.api that return RHyperLogLogAsync Modifier and Type Method Description <V> RHyperLogLogAsync<V>
RBatch. getHyperLogLog(String name)
Returns HyperLogLog object<V> RHyperLogLogAsync<V>
RBatch. getHyperLogLog(String name, Codec codec)
-