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 |
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 |
RScoredSortedSetReactive<V> |
interface |
RSetCacheReactive<V>
Async set functions
|
interface |
RSetReactive<V>
Async set functions
|
Modifier and Type | Class and Description |
---|---|
class |
RedissonAtomicLongReactive
Distributed alternative to the
AtomicLong |
class |
RedissonBitSetReactive |
class |
RedissonBlockingQueueReactive<V>
Distributed and concurrent implementation of
BlockingQueue . |
class |
RedissonBucketReactive<V> |
class |
RedissonDequeReactive<V>
Distributed and concurrent implementation of
Queue |
class |
RedissonHyperLogLogReactive<V> |
class |
RedissonLexSortedSetReactive |
class |
RedissonListReactive<V>
Distributed and concurrent implementation of
List |
class |
RedissonMapCacheReactive<K,V>
Map-based cache with ability to set TTL for each entry via
RedissonMapCacheReactive.put(Object, Object, long, TimeUnit) or RedissonMapCacheReactive.putIfAbsent(Object, Object, long, TimeUnit) method. |
class |
RedissonMapReactive<K,V>
Distributed and concurrent implementation of
ConcurrentMap
and Map |
class |
RedissonQueueReactive<V>
Distributed and concurrent implementation of
Queue |
class |
RedissonScoredSortedSetReactive<V> |
class |
RedissonSetCacheReactive<V>
Set-based cache with ability to set TTL for each entry via
RedissonSetCacheReactive.add(Object, long, TimeUnit) method. |
class |
RedissonSetReactive<V>
Distributed and concurrent implementation of
Set |
Copyright © 2014–2017 The Redisson Project. All rights reserved.