Package | Description |
---|---|
org.redisson.api | |
org.redisson.reactive |
Modifier and Type | Interface and Description |
---|---|
interface |
RAtomicLongReactive |
interface |
RBitSetReactive |
interface |
RBlockingQueueReactive<V>
BlockingQueue backed by Redis |
interface |
RBucketReactive<V>
Object holder.
|
interface |
RCollectionReactive<V> |
interface |
RDequeReactive<V>
Deque backed by Redis |
interface |
RExpirableReactive
Base interface for all Redisson objects
which support expiration or TTL
|
interface |
RHyperLogLogReactive<V> |
interface |
RLexSortedSetReactive |
interface |
RListReactive<V>
list functions
|
interface |
RLockReactive |
interface |
RMapCacheReactive<K,V>
Map-based cache with ability to set TTL for each entry via
RMapCacheReactive.put(Object, Object, long, TimeUnit) or RMapCacheReactive.putIfAbsent(Object, Object, long, TimeUnit) method. |
interface |
RMapReactive<K,V>
map functions
|
interface |
RQueueReactive<V>
Queue backed by Redis |
interface |
RReadWriteLockReactive
A
ReadWriteLock maintains a pair of associated locks , one for read-only operations and one for writing. |
interface |
RScoredSortedSetReactive<V> |
interface |
RSemaphoreReactive |
interface |
RSetCacheReactive<V>
Async set functions
|
interface |
RSetReactive<V>
Async set functions
|
Copyright © 2014–2017 The Redisson Project. All rights reserved.