Uses of Interface
org.redisson.api.RHyperLogLogReactive
-
Packages that use RHyperLogLogReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RHyperLogLogReactive in org.redisson
Methods in org.redisson that return RHyperLogLogReactive Modifier and Type Method Description <V> RHyperLogLogReactive<V>RedissonReactive. getHyperLogLog(String name)<V> RHyperLogLogReactive<V>RedissonReactive. getHyperLogLog(String name, Codec codec) -
Uses of RHyperLogLogReactive in org.redisson.api
Methods in org.redisson.api that return RHyperLogLogReactive Modifier and Type Method Description <V> RHyperLogLogReactive<V>RBatchReactive. getHyperLogLog(String name)Returns HyperLogLog object by name<V> RHyperLogLogReactive<V>RBatchReactive. getHyperLogLog(String name, Codec codec)<V> RHyperLogLogReactive<V>RedissonReactiveClient. getHyperLogLog(String name)Returns HyperLogLog instance by name.<V> RHyperLogLogReactive<V>RedissonReactiveClient. getHyperLogLog(String name, Codec codec)Returns HyperLogLog instance by name using provided codec for hll objects. -
Uses of RHyperLogLogReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RHyperLogLogReactive Modifier and Type Method Description <V> RHyperLogLogReactive<V>RedissonBatchReactive. getHyperLogLog(String name)<V> RHyperLogLogReactive<V>RedissonBatchReactive. getHyperLogLog(String name, Codec codec)
-