| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonBloomFilter<T>
Bloom filter based on Highway 128-bit hash.
|
| Modifier and Type | Method and Description |
|---|---|
<V> RBloomFilter<V> |
Redisson.getBloomFilter(String name) |
<V> RBloomFilter<V> |
Redisson.getBloomFilter(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
<V> RBloomFilter<V> |
RedissonClient.getBloomFilter(String name)
Returns bloom filter instance by name.
|
<V> RBloomFilter<V> |
RedissonClient.getBloomFilter(String name,
Codec codec)
Returns bloom filter instance by name
using provided codec for objects.
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.