Package | Description |
---|---|
org.redisson | |
org.redisson.api |
Modifier and Type | Class and Description |
---|---|
class |
RedissonBoundedBlockingQueue<V>
Distributed and concurrent implementation of bounded
BlockingQueue . |
Modifier and Type | Method and Description |
---|---|
<V> RBoundedBlockingQueue<V> |
Redisson.getBoundedBlockingQueue(String name) |
<V> RBoundedBlockingQueue<V> |
Redisson.getBoundedBlockingQueue(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
<V> RBoundedBlockingQueue<V> |
RedissonClient.getBoundedBlockingQueue(String name)
Returns bounded blocking queue instance by name.
|
<V> RBoundedBlockingQueue<V> |
RedissonClient.getBoundedBlockingQueue(String name,
Codec codec)
Returns bounded blocking queue instance by name
using provided codec for queue objects.
|
Copyright © 2014–2017 The Redisson Project. All rights reserved.