Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.transaction |
Modifier and Type | Class and Description |
---|---|
class |
RedissonBlockingDeque<V>
Distributed and concurrent implementation of
BlockingDeque . |
class |
RedissonBlockingQueue<V>
Distributed and concurrent implementation of
BlockingQueue . |
class |
RedissonBoundedBlockingQueue<V>
Distributed and concurrent implementation of bounded
BlockingQueue . |
class |
RedissonDelayedQueue<V> |
class |
RedissonDeque<V>
Distributed and concurrent implementation of
Queue |
class |
RedissonLexSortedSet
Sorted set contained values of String type
|
class |
RedissonList<V>
Distributed and concurrent implementation of
List |
class |
RedissonListMultimapValues<V>
List based Multimap Cache values holder
|
class |
RedissonPriorityBlockingDeque<V>
Distributed and concurrent implementation of priority blocking deque.
|
class |
RedissonPriorityBlockingQueue<V>
Distributed and concurrent implementation of
PriorityBlockingQueue . |
class |
RedissonPriorityDeque<V>
Distributed and concurrent implementation of
Queue |
class |
RedissonPriorityQueue<V> |
class |
RedissonQueue<V>
Distributed and concurrent implementation of
Queue |
class |
RedissonRingBuffer<V> |
class |
RedissonSet<V>
Distributed and concurrent implementation of
Set |
class |
RedissonSetCache<V>
Set-based cache with ability to set TTL for each entry via
RSetCache.add(Object, long, TimeUnit) method. |
class |
RedissonSetMultimapValues<V>
Set based Multimap Cache values holder
|
class |
RedissonSubList<V>
Distributed and concurrent implementation of
List |
class |
RedissonTransferQueue<V> |
Modifier and Type | Interface and Description |
---|---|
interface |
RBlockingDeque<V>
BlockingDeque backed by Redis |
interface |
RBlockingDequeAsync<V>
Distributed async implementation of
BlockingDeque |
interface |
RBlockingQueue<V>
Distributed implementation of
BlockingQueue |
interface |
RBlockingQueueAsync<V>
Distributed async implementation of
BlockingQueue |
interface |
RBoundedBlockingQueue<V>
Distributed implementation of bounded
BlockingQueue |
interface |
RBoundedBlockingQueueAsync<V>
Distributed async implementation of bounded
BlockingQueue |
interface |
RDelayedQueue<V>
Distributed implementation of delayed queue.
|
interface |
RDeque<V>
Distributed implementation of
Deque |
interface |
RDequeAsync<V>
Distributed async implementation of
Deque |
interface |
RLexSortedSet
Sorted set contained values of String type
|
interface |
RLexSortedSetAsync
Async interface for sorted set contained values of String type.
|
interface |
RList<V>
Distributed and concurrent implementation of
List |
interface |
RListAsync<V>
Async list functions
|
interface |
RPriorityBlockingDeque<V>
RPriorityBlockingDeque backed by Redis
|
interface |
RPriorityBlockingQueue<V>
PriorityBlockingQueue backed by Redis
|
interface |
RPriorityDeque<V>
Redis based priority deque.
|
interface |
RPriorityQueue<V>
Redis based priority deque.
|
interface |
RQueue<V>
Queue backed by Redis |
interface |
RQueueAsync<V>
Queue backed by Redis |
interface |
RRingBuffer<V>
RingBuffer based queue evicts elements from the head if queue capacity became full.
|
interface |
RRingBufferAsync<V>
RingBuffer based queue evicts elements from the head if queue capacity became full.
|
interface |
RSet<V>
Redis based implementation of
Set |
interface |
RSetAsync<V>
Async set functions
|
interface |
RSetCache<V>
Set-based cache with ability to set TTL for each object.
|
interface |
RSetCacheAsync<V>
Async set functions
|
interface |
RTransferQueue<V>
Redis based implementation of
TransferQueue |
interface |
RTransferQueueAsync<V>
Async interface for Redis based implementation of
TransferQueue |
Modifier and Type | Class and Description |
---|---|
class |
RedissonTransactionalSet<V> |
class |
RedissonTransactionalSetCache<V> |
Modifier and Type | Method and Description |
---|---|
protected RLock |
TransactionalSetCache.getLock(RCollectionAsync<V> set,
V value) |
protected RLock |
TransactionalSet.getLock(RCollectionAsync<V> set,
V value) |
protected abstract RLock |
BaseTransactionalSet.getLock(RCollectionAsync<V> set,
V value) |
Constructor and Description |
---|
BaseTransactionalSet(CommandAsyncExecutor commandExecutor,
long timeout,
List<TransactionalOperation> operations,
RCollectionAsync<V> set) |
Copyright © 2014–2020 Redisson. All rights reserved.