Uses of Interface
org.redisson.api.RDestroyable
Packages that use RDestroyable
-
Uses of RDestroyable in org.redisson
Classes in org.redisson that implement RDestroyableModifier and TypeClassDescriptionclassclassclassclassclassRedissonMapCache<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.classSet-based cache with ability to set TTL for each entry viaRSetCache.add(Object, long, TimeUnit)method.class -
Uses of RDestroyable in org.redisson.api
Subinterfaces of RDestroyable in org.redisson.apiModifier and TypeInterfaceDescriptioninterfaceDistributed implementation of delayed queue.interfaceDistributed implementation ofDoubleAdderinterfaceRLocalCachedMap<K,V> Map object with local entry cache support.interfaceDistributed 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.interfaceReactive 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 RDestroyableModifier and TypeClassDescriptionclassclassclass