Uses of Interface
org.redisson.api.RExpirable
-
Packages that use RExpirable Package Description org.redisson org.redisson.api org.redisson.transaction -
-
Uses of RExpirable in org.redisson
Classes in org.redisson that implement RExpirable Modifier and Type Class Description class
RedissonAtomicDouble
Distributed alternative to theAtomicLong
class
RedissonAtomicLong
Distributed alternative to theAtomicLong
class
RedissonBaseAdder<T extends Number>
class
RedissonBaseLock
Base class for implementing distributed locksclass
RedissonBinaryStream
class
RedissonBitSet
class
RedissonBlockingDeque<V>
Distributed and concurrent implementation ofBlockingDeque
.class
RedissonBlockingQueue<V>
Distributed and concurrent implementation ofBlockingQueue
.class
RedissonBloomFilter<T>
Bloom filter based on Highway 128-bit hash.class
RedissonBoundedBlockingQueue<V>
Distributed and concurrent implementation of boundedBlockingQueue
.class
RedissonBucket<V>
class
RedissonDelayedQueue<V>
class
RedissonDeque<V>
Distributed and concurrent implementation ofQueue
class
RedissonDoubleAdder
class
RedissonFairLock
Distributed implementation ofLock
Implements reentrant lock.
Lock will be removed automatically if client disconnects.class
RedissonGeo<V>
Geospatial items holderclass
RedissonHyperLogLog<V>
class
RedissonIdGenerator
class
RedissonLexSortedSet
Sorted set contained values of String typeclass
RedissonList<V>
Distributed and concurrent implementation ofList
class
RedissonListMultimap<K,V>
class
RedissonListMultimapCache<K,V>
class
RedissonListMultimapValues<V>
List based Multimap Cache values holderclass
RedissonLocalCachedMap<K,V>
class
RedissonLock
Distributed implementation ofLock
Implements reentrant lock.
Lock will be removed automatically if client disconnects.class
RedissonLongAdder
class
RedissonMap<K,V>
Distributed and concurrent implementation ofConcurrentMap
andMap
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
RedissonMultimap<K,V>
class
RedissonPermitExpirableSemaphore
class
RedissonPriorityBlockingDeque<V>
Distributed and concurrent implementation of priority blocking deque.class
RedissonPriorityBlockingQueue<V>
Distributed and concurrent implementation ofPriorityBlockingQueue
.class
RedissonPriorityDeque<V>
Distributed and concurrent implementation ofQueue
class
RedissonPriorityQueue<V>
class
RedissonQueue<V>
Distributed and concurrent implementation ofQueue
class
RedissonQueueSemaphore
class
RedissonRateLimiter
class
RedissonReadLock
Lock will be removed automatically if client disconnects.class
RedissonReadWriteLock
AReadWriteLock
maintains a pair of associatedlocks
, one for read-only operations and one for writing.class
RedissonReliableTopic
class
RedissonRingBuffer<V>
class
RedissonScoredSortedSet<V>
class
RedissonSemaphore
Distributed and concurrent implementation ofSemaphore
.class
RedissonSet<V>
Distributed and concurrent implementation ofSet
class
RedissonSetCache<V>
Set-based cache with ability to set TTL for each entry viaRSetCache.add(Object, long, TimeUnit)
method.class
RedissonSetMultimap<K,V>
class
RedissonSetMultimapCache<K,V>
class
RedissonSetMultimapValues<V>
Set based Multimap Cache values holderclass
RedissonSpinLock
Distributed implementation ofLock
Implements reentrant lock.
Lock will be removed automatically if client disconnects.class
RedissonStream<K,V>
class
RedissonSubList<V>
Distributed and concurrent implementation ofList
class
RedissonTimeSeries<V>
class
RedissonTransferQueue<V>
class
RedissonWriteLock
Lock will be removed automatically if client disconnects. -
Uses of RExpirable in org.redisson.api
Subinterfaces of RExpirable in org.redisson.api Modifier and Type Interface Description interface
RAtomicDouble
Distributed implementation to the AtomicDoubleinterface
RAtomicLong
Distributed implementation ofAtomicLong
interface
RBinaryStream
Binary stream holder stores a sequence of bytes.interface
RBitSet
Vector of bits that grows as needed.interface
RBlockingDeque<V>
BlockingDeque
backed by Redisinterface
RBlockingQueue<V>
Distributed implementation ofBlockingQueue
interface
RBloomFilter<T>
Distributed implementation of Bloom filter based on Highway 128-bit hash.interface
RBoundedBlockingQueue<V>
Distributed implementation of boundedBlockingQueue
interface
RBucket<V>
Object holder.interface
RDelayedQueue<V>
Distributed implementation of delayed queue.interface
RDeque<V>
Distributed implementation ofDeque
interface
RDoubleAdder
Distributed implementation ofDoubleAdder
interface
RGeo<V>
Geospatial items holder.interface
RHyperLogLog<V>
Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.interface
RIdGenerator
Id generator ofLong
type numbers.interface
RLexSortedSet
Sorted set contained values of String typeinterface
RList<V>
Distributed and concurrent implementation ofList
interface
RListMultimap<K,V>
List based Multimap.interface
RListMultimapCache<K,V>
List based Multimap.interface
RLiveObject
interface
RLocalCachedMap<K,V>
Map object with local entry cache support.interface
RLongAdder
Distributed implementation ofLongAdder
interface
RMap<K,V>
Redis based implementation ofConcurrentMap
andMap
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
RMultimap<K,V>
Base Multimap interface.interface
RMultimapCache<K,V>
Base Multimap interface.interface
RPermitExpirableSemaphore
Semaphore object with lease time parameter support for each acquired permit.interface
RPriorityBlockingDeque<V>
RPriorityBlockingDeque backed by Redisinterface
RPriorityBlockingQueue<V>
PriorityBlockingQueue backed by Redisinterface
RPriorityDeque<V>
Redis based priority deque.interface
RPriorityQueue<V>
Redis based priority deque.interface
RQueue<V>
Queue
backed by Redisinterface
RRateLimiter
Redis based Rate Limiter object.interface
RReliableTopic
Reliable topic based on Redis Stream object.interface
RRingBuffer<V>
RingBuffer based queue evicts elements from the head if queue capacity became full.interface
RScoredSortedSet<V>
Set containing elements sorted by score.interface
RSemaphore
Redis based implementation ofSemaphore
.interface
RSet<V>
Redis based implementation ofSet
interface
RSetCache<V>
Set-based cache with ability to set TTL for each object.interface
RSetMultimap<K,V>
Set based Multimap.interface
RSetMultimapCache<K,V>
interface
RStream<K,V>
Interface for Redis Stream object.interface
RTimeSeries<V>
Redis based time-series collection.interface
RTransferQueue<V>
Redis based implementation ofTransferQueue
-
Uses of RExpirable in org.redisson.transaction
Classes in org.redisson.transaction that implement RExpirable Modifier and Type Class Description class
RedissonTransactionalBucket<V>
class
RedissonTransactionalLocalCachedMap<K,V>
class
RedissonTransactionalLock
class
RedissonTransactionalMap<K,V>
class
RedissonTransactionalMapCache<K,V>
class
RedissonTransactionalSet<V>
class
RedissonTransactionalSetCache<V>
-