| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonHyperLogLog<V> |
| Modifier and Type | Method and Description |
|---|---|
<V> RHyperLogLog<V> |
Redisson.getHyperLogLog(String name) |
<V> RHyperLogLog<V> |
Redisson.getHyperLogLog(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
<V> RHyperLogLog<V> |
RedissonClient.getHyperLogLog(String name)
Returns HyperLogLog instance by name.
|
<V> RHyperLogLog<V> |
RedissonClient.getHyperLogLog(String name,
Codec codec)
Returns HyperLogLog instance by name
using provided codec for hll objects.
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.