Uses of Interface
org.redisson.api.RHyperLogLogRx
-
Packages that use RHyperLogLogRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RHyperLogLogRx in org.redisson
Methods in org.redisson that return RHyperLogLogRx Modifier and Type Method Description <V> RHyperLogLogRx<V>RedissonRx. getHyperLogLog(String name)<V> RHyperLogLogRx<V>RedissonRx. getHyperLogLog(String name, Codec codec) -
Uses of RHyperLogLogRx in org.redisson.api
Methods in org.redisson.api that return RHyperLogLogRx Modifier and Type Method Description <V> RHyperLogLogRx<V>RBatchRx. getHyperLogLog(String name)Returns HyperLogLog object by name<V> RHyperLogLogRx<V>RBatchRx. getHyperLogLog(String name, Codec codec)<V> RHyperLogLogRx<V>RedissonRxClient. getHyperLogLog(String name)Returns HyperLogLog instance by name.<V> RHyperLogLogRx<V>RedissonRxClient. getHyperLogLog(String name, Codec codec)Returns HyperLogLog instance by name using provided codec for hll objects. -
Uses of RHyperLogLogRx in org.redisson.rx
Methods in org.redisson.rx that return RHyperLogLogRx Modifier and Type Method Description <V> RHyperLogLogRx<V>RedissonBatchRx. getHyperLogLog(String name)<V> RHyperLogLogRx<V>RedissonBatchRx. getHyperLogLog(String name, Codec codec)
-