Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.rx |
Modifier and Type | Method and Description |
---|---|
<V> RHyperLogLogRx<V> |
RedissonRx.getHyperLogLog(String name) |
<V> RHyperLogLogRx<V> |
RedissonRx.getHyperLogLog(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
<V> RHyperLogLogRx<V> |
RedissonRxClient.getHyperLogLog(String name)
Returns HyperLogLog instance by name.
|
<V> RHyperLogLogRx<V> |
RBatchRx.getHyperLogLog(String name)
Returns HyperLogLog object by name
|
<V> RHyperLogLogRx<V> |
RedissonRxClient.getHyperLogLog(String name,
Codec codec)
Returns HyperLogLog instance by name
using provided codec for hll objects.
|
<V> RHyperLogLogRx<V> |
RBatchRx.getHyperLogLog(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
<V> RHyperLogLogRx<V> |
RedissonBatchRx.getHyperLogLog(String name) |
<V> RHyperLogLogRx<V> |
RedissonBatchRx.getHyperLogLog(String name,
Codec codec) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.