| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonBitSet |
| Modifier and Type | Method and Description |
|---|---|
protected RBitSetAsync |
RedissonBloomFilter.createBitSet(CommandBatchService executorService) |
RBitSetAsync |
RedissonBatch.getBitSet(String name) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RBitSet
Vector of bits that grows as needed.
|
| Modifier and Type | Method and Description |
|---|---|
RBitSetAsync |
RBatch.getBitSet(String name)
Returns bitSet instance by name.
|
| Constructor and Description |
|---|
RedissonBitSetReactive(CommandReactiveExecutor connectionManager,
String name,
RBitSetAsync instance) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.