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 classRedissonDelayedQueue<V>classRedissonDoubleAdderclassRedissonLocalCachedMap<K,V>classRedissonLongAdderclassRedissonMapCache<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.classRedissonSetCache<V>Set-based cache with ability to set TTL for each entry viaRSetCache.add(Object, long, TimeUnit)method.classRedissonTimeSeries<V> -
Uses of RDestroyable in org.redisson.api
Subinterfaces of RDestroyable in org.redisson.api Modifier and Type Interface Description interfaceRDelayedQueue<V>Distributed implementation of delayed queue.interfaceRDoubleAdderDistributed implementation ofDoubleAdderinterfaceRLocalCachedMap<K,V>Map object with local entry cache support.interfaceRLongAdderDistributed implementation ofLongAdderinterfaceRMapCache<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.interfaceRMapCacheReactive<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.interfaceRMapCacheRx<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.interfaceRSetCache<V>Set-based cache with ability to set TTL for each object.interfaceRSetCacheReactive<V>Reactive interface for RSetCache objectinterfaceRSetCacheRx<V>RxJava2 interface for RSetCache objectinterfaceRTimeSeries<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 classRedissonTransactionalLocalCachedMap<K,V>classRedissonTransactionalMapCache<K,V>classRedissonTransactionalSetCache<V>
-