Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.transaction |
Modifier and Type | Class and Description |
---|---|
class |
RedissonDelayedQueue<V> |
class |
RedissonDoubleAdder |
class |
RedissonLocalCachedMap<K,V> |
class |
RedissonLongAdder |
class |
RedissonMapCache<K,V>
Map-based cache with ability to set TTL for each entry via
RedissonMapCache.put(Object, Object, long, TimeUnit) or RedissonMapCache.putIfAbsent(Object, Object, long, TimeUnit) methods. |
class |
RedissonSetCache<V>
Set-based cache with ability to set TTL for each entry via
RSetCache.add(Object, long, TimeUnit) method. |
class |
RedissonTimeSeries<V> |
Modifier and Type | Interface and Description |
---|---|
interface |
RDelayedQueue<V>
Distributed implementation of delayed queue.
|
interface |
RDoubleAdder
Distributed implementation of
DoubleAdder
Internal state maintained on client side. |
interface |
RLocalCachedMap<K,V>
Map object with local entry cache support.
|
interface |
RLongAdder
Distributed implementation of
LongAdder
Internal state maintained on client side. |
interface |
RMapCache<K,V>
Map-based cache with ability to set TTL for each entry via
RMapCache.put(Object, Object, long, TimeUnit) or RMapCache.putIfAbsent(Object, Object, long, TimeUnit)
And therefore has an complex lua-scripts inside. |
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 |
RMapCacheRx<K,V>
Map-based cache with ability to set TTL for each entry via
RMapCacheRx.put(Object, Object, long, TimeUnit) or RMapCacheRx.putIfAbsent(Object, Object, long, TimeUnit) method. |
interface |
RSetCache<V>
Set-based cache with ability to set TTL for each object.
|
interface |
RSetCacheReactive<V>
Reactive interface for RSetCache object
|
interface |
RSetCacheRx<V>
RxJava2 interface for RSetCache object
|
interface |
RTimeSeries<V>
Redis based time-series collection.
|
Modifier and Type | Class and Description |
---|---|
class |
RedissonTransactionalLocalCachedMap<K,V> |
class |
RedissonTransactionalMapCache<K,V> |
class |
RedissonTransactionalSetCache<V> |
Copyright © 2014–2021 Redisson. All rights reserved.