| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonHyperLogLog<V> |
| Modifier and Type | Method and Description |
|---|---|
<V> RHyperLogLogAsync<V> |
RedissonBatch.getHyperLogLog(String name) |
<V> RHyperLogLogAsync<V> |
RedissonBatch.getHyperLogLog(String name,
Codec codec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RHyperLogLog<V>
Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.
|
| Modifier and Type | Method and Description |
|---|---|
<V> RHyperLogLogAsync<V> |
RBatch.getHyperLogLog(String name)
Returns HyperLogLog object
|
<V> RHyperLogLogAsync<V> |
RBatch.getHyperLogLog(String name,
Codec codec) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.