Uses of Interface
org.redisson.api.RDestroyable
-
Packages that use RDestroyable Package Description org.redisson org.redisson.api org.redisson.transaction -
-
Uses of RDestroyable in org.redisson
Classes in org.redisson that implement RDestroyable Modifier and Type Class 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 viaRedissonMapCache.put(Object, Object, long, TimeUnit)
orRedissonMapCache.putIfAbsent(Object, Object, long, TimeUnit)
methods.class
RedissonSetCache<V>
Set-based cache with ability to set TTL for each entry viaRSetCache.add(Object, long, TimeUnit)
method.class
RedissonTimeSeries<V>
-
Uses of RDestroyable in org.redisson.api
Subinterfaces of RDestroyable in org.redisson.api Modifier and Type Interface Description interface
RDelayedQueue<V>
Distributed implementation of delayed queue.interface
RDoubleAdder
Distributed implementation ofDoubleAdder
interface
RLocalCachedMap<K,V>
Map object with local entry cache support.interface
RLongAdder
Distributed implementation ofLongAdder
interface
RMapCache<K,V>
Map-based cache with ability to set TTL for each entry viaRMapCache.put(Object, Object, long, TimeUnit)
orRMapCache.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 viaRMapCacheReactive.put(Object, Object, long, TimeUnit)
orRMapCacheReactive.putIfAbsent(Object, Object, long, TimeUnit)
method.interface
RMapCacheRx<K,V>
Map-based cache with ability to set TTL for each entry viaRMapCacheRx.put(Object, Object, long, TimeUnit)
orRMapCacheRx.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 objectinterface
RSetCacheRx<V>
RxJava2 interface for RSetCache objectinterface
RTimeSeries<V>
Redis based time-series collection. -
Uses of RDestroyable in org.redisson.transaction
Classes in org.redisson.transaction that implement RDestroyable Modifier and Type Class Description class
RedissonTransactionalLocalCachedMap<K,V>
class
RedissonTransactionalMapCache<K,V>
class
RedissonTransactionalSetCache<V>
-