CacheAsync<K,V> |
Asynchronous interface for JCache
|
CacheReactive<K,V> |
Reactive interface for JCache
|
CacheRx<K,V> |
RxJava2 interface for JCache
|
ClusterNode |
Deprecated. |
ClusterNodesGroup |
Deprecated. |
DeletedObjectListener |
Redisson Object Event listener for deleted event published by Redis.
|
ExpiredObjectListener |
Redisson Object Event listener for expired event published by Redis.
|
LockOptions.BackOff |
|
LockOptions.BackOffPolicy |
|
NameMapper |
Maps Redisson object name.
|
NatMapper |
Maps RedisURI object.
|
Node |
Deprecated. |
NodeAsync |
Deprecated. |
NodeListener |
|
NodesGroup<N extends Node> |
Deprecated. |
ObjectListener |
Redisson Object Event listener for Expired or Deleted event.
|
RAtomicDouble |
Distributed implementation to the AtomicDouble
|
RAtomicDoubleAsync |
Distributed implementation to the AtomicDouble
|
RAtomicDoubleReactive |
Reactive interface for AtomicDouble object
|
RAtomicDoubleRx |
Reactive interface for AtomicDouble object
|
RAtomicLong |
|
RAtomicLongAsync |
|
RAtomicLongReactive |
Reactive interface for AtomicLong object
|
RAtomicLongRx |
RxJava2 interface for AtomicLong object
|
RBatch |
Interface for using Redis pipeline feature.
|
RBatchReactive |
Reactive interface for Redis pipeline feature.
|
RBatchRx |
RxJava2 interface for Redis pipeline feature.
|
RBinaryStream |
Binary stream holder stores a sequence of bytes.
|
RBinaryStreamReactive |
Binary stream holder stores a sequence of bytes.
|
RBinaryStreamRx |
Binary stream holder stores a sequence of bytes.
|
RBitSet |
Vector of bits that grows as needed.
|
RBitSetAsync |
Vector of bits that grows as needed.
|
RBitSetReactive |
Reactive interface for BitSet object
|
RBitSetRx |
RxJava2 interface for BitSet object
|
RBlockingDeque<V> |
|
RBlockingDequeAsync<V> |
|
RBlockingDequeReactive<V> |
Reactive interface for Redis based BlockingDeque object
|
RBlockingDequeRx<V> |
RxJava2 interface for Redis based BlockingDeque object
|
RBlockingQueue<V> |
|
RBlockingQueueAsync<V> |
|
RBlockingQueueReactive<V> |
Reactive interface for BlockingQueue object
|
RBlockingQueueRx<V> |
RxJava2 interface for BlockingQueue
|
RBloomFilter<T> |
Distributed implementation of Bloom filter based on Highway 128-bit hash.
|
RBoundedBlockingQueue<V> |
|
RBoundedBlockingQueueAsync<V> |
|
RBucket<V> |
Object holder.
|
RBucketAsync<V> |
Async implementation of object holder.
|
RBucketReactive<V> |
Reactive implementation of object holder.
|
RBucketRx<V> |
Reactive implementation of object holder.
|
RBuckets |
Operations over multiple Bucket objects.
|
RBucketsAsync |
Operations over multiple Bucket objects.
|
RBucketsReactive |
Operations over multiple Bucket objects.
|
RBucketsRx |
Operations over multiple Bucket objects.
|
RCollectionAsync<V> |
Common async interface for collection object
|
RCollectionReactive<V> |
Common reactive interface for collection object
|
RCollectionRx<V> |
Common RxJava2 interface for collection object
|
RCountDownLatch |
|
RCountDownLatchAsync |
|
RCountDownLatchReactive |
|
RCountDownLatchRx |
|
RDelayedQueue<V> |
Distributed implementation of delayed queue.
|
RDeque<V> |
Distributed implementation of Deque
|
RDequeAsync<V> |
Distributed async implementation of Deque
|
RDequeReactive<V> |
Reactive interface for Deque object
|
RDequeRx<V> |
RxJava2 interface for Deque object
|
RDestroyable |
|
RDoubleAdder |
|
RedissonClient |
Main Redisson interface for access
to all redisson objects with sync/async interface.
|
RedissonNodeInitializer |
Node initializer callback interface.
|
RedissonReactiveClient |
Main Redisson interface for access
to all redisson objects with Reactive interface.
|
RedissonRxClient |
Main Redisson interface for access
to all redisson objects with RxJava2 interface.
|
RExecutorBatchFuture |
Future object for submitted tasks in a batch
|
RExecutorFuture<V> |
Future object for submitted task
|
RExecutorService |
|
RExecutorServiceAsync |
|
RExpirable |
Base interface for all Redisson objects
which support expiration or TTL
|
RExpirableAsync |
Base async interface for all Redisson objects
which supports expiration (TTL)
|
RExpirableReactive |
Base interface for all Redisson objects
which support expiration or TTL
|
RExpirableRx |
Base interface for all Redisson objects
which support expiration or TTL
|
RFuture<V> |
Represents the result of an asynchronous computation
|
RGeo<V> |
Geospatial items holder.
|
RGeoAsync<V> |
Geospatial items holder.
|
RGeoReactive<V> |
Geospatial items holder.
|
RGeoRx<V> |
Geospatial items holder.
|
RHyperLogLog<V> |
Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.
|
RHyperLogLogAsync<V> |
Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.
|
RHyperLogLogReactive<V> |
Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.
|
RHyperLogLogRx<V> |
Probabilistic data structure that lets you maintain counts of millions of items with extreme space efficiency.
|
RIdGenerator |
Id generator of Long type numbers.
|
RIdGeneratorAsync |
Id generator of Long type numbers.
|
RIdGeneratorReactive |
Id generator of Long type numbers.
|
RIdGeneratorRx |
Id generator of Long type numbers.
|
RKeys |
|
RKeysAsync |
|
RKeysReactive |
|
RKeysRx |
|
RLexSortedSet |
Sorted set contained values of String type
|
RLexSortedSetAsync |
Async interface for sorted set contained values of String type.
|
RLexSortedSetReactive |
Reactive interface for sorted set contained values of String type.
|
RLexSortedSetRx |
RxJava2 interface for sorted set contained values of String type.
|
RList<V> |
Distributed and concurrent implementation of List
|
RListAsync<V> |
Async list functions
|
RListMultimap<K,V> |
List based Multimap.
|
RListMultimapCache<K,V> |
List based Multimap.
|
RListMultimapCacheRx<K,V> |
|
RListMultimapReactive<K,V> |
Reactive interface for List based Multimap object
|
RListMultimapRx<K,V> |
RxJava2 interface for List based Multimap object
|
RListReactive<V> |
list functions
|
RListRx<V> |
list functions
|
RLiveObject |
|
RLiveObjectService |
The pre-registration of each entity class is not necessary.
|
RLocalCachedMap<K,V> |
Map object with local entry cache support.
|
RLock |
Redis based implementation of Lock
Implements re-entrant lock.
|
RLockAsync |
Async interface for Lock object
|
RLockReactive |
Reactive interface for Lock object
|
RLockRx |
RxJava2 interface for Lock object
|
RLongAdder |
|
RMap<K,V> |
|
RMapAsync<K,V> |
|
RMapCache<K,V> |
|
RMapCacheAsync<K,V> |
|
RMapCacheReactive<K,V> |
|
RMapCacheRx<K,V> |
|
RMapReactive<K,V> |
|
RMapRx<K,V> |
|
RMultimap<K,V> |
Base Multimap interface.
|
RMultimapAsync<K,V> |
Base asynchronous MultiMap interface.
|
RMultimapCache<K,V> |
Base Multimap interface.
|
RMultimapCacheAsync<K,V> |
Base asynchronous Multimap interface.
|
RMultimapCacheRx<K,V> |
|
RMultimapReactive<K,V> |
Base Reactive interface for Multimap object
|
RMultimapRx<K,V> |
Base RxJava2 interface for Multimap object
|
RObject |
Base interface for all Redisson objects
|
RObjectAsync |
Base asynchronous interface for all Redisson objects
|
RObjectReactive |
Base Reactive interface for all Redisson objects
|
RObjectRx |
Base RxJava2 interface for all Redisson objects
|
RPatternTopic |
Pattern based observer for Publish Subscribe object.
|
RPatternTopicReactive |
Reactive interface for Pattern based observer for Publish Subscribe object.
|
RPatternTopicRx |
RxJava2 interface for Pattern based observer for Publish Subscribe object.
|
RPermitExpirableSemaphore |
Semaphore object with lease time parameter support for each acquired permit.
|
RPermitExpirableSemaphoreAsync |
Asynchronous interface for Semaphore object with lease time parameter support for each acquired permit.
|
RPermitExpirableSemaphoreReactive |
Reactive interface for Semaphore object with lease time parameter support for each acquired permit.
|
RPermitExpirableSemaphoreRx |
RxJava2 interface for Semaphore object with lease time parameter support for each acquired permit.
|
RPriorityBlockingDeque<V> |
RPriorityBlockingDeque backed by Redis
|
RPriorityBlockingQueue<V> |
PriorityBlockingQueue backed by Redis
|
RPriorityDeque<V> |
Redis based priority deque.
|
RPriorityQueue<V> |
Redis based priority deque.
|
RQueue<V> |
|
RQueueAsync<V> |
|
RQueueReactive<V> |
Reactive interface for Queue object
|
RQueueRx<V> |
RxJava2 interface for Queue object
|
RRateLimiter |
Redis based Rate Limiter object.
|
RRateLimiterAsync |
Asynchronous interface for Redis based Rate Limiter object.
|
RRateLimiterReactive |
Reactive interface for Redis based Rate Limiter object.
|
RRateLimiterRx |
Reactive interface for Redis based Rate Limiter object.
|
RReadWriteLock |
A ReadWriteLock maintains a pair of associated locks , one for read-only operations and one for writing.
|
RReadWriteLockReactive |
A ReadWriteLock maintains a pair of associated locks , one for read-only operations and one for writing.
|
RReadWriteLockRx |
A ReadWriteLock maintains a pair of associated locks , one for read-only operations and one for writing.
|
RReliableTopic |
Reliable topic based on Redis Stream object.
|
RReliableTopicAsync |
Asynchronous interface for Reliable topic based on Redis Stream object.
|
RReliableTopicReactive |
Reactive interface for Reliable topic based on Redis Stream object.
|
RReliableTopicRx |
RxJava2 interface for Reliable topic based on Redis Stream object.
|
RRemoteService |
Allows to execute object methods remotely between Redisson instances (Server side and Client side instances in terms of remote invocation).
|
RRingBuffer<V> |
RingBuffer based queue evicts elements from the head if queue capacity became full.
|
RRingBufferAsync<V> |
RingBuffer based queue evicts elements from the head if queue capacity became full.
|
RRingBufferReactive<V> |
RingBuffer based queue evicts elements from the head if queue capacity became full.
|
RRingBufferRx<V> |
RingBuffer based queue evicts elements from the head if queue capacity became full.
|
RScheduledExecutorService |
|
RScheduledExecutorServiceAsync |
|
RScheduledFuture<V> |
|
RScoredSortedSet<V> |
Set containing elements sorted by score.
|
RScoredSortedSetAsync<V> |
|
RScoredSortedSetReactive<V> |
Reactive interface for SortedSet object
|
RScoredSortedSetRx<V> |
RxJava2 interface for scored sorted set data structure.
|
RScript |
Interface for Redis Script feature
|
RScriptAsync |
Async interface for Redis Script feature
|
RScriptReactive |
Reactive interface for Redis Script feature
|
RScriptRx |
RxJava2 interface for Redis Script feature
|
RSemaphore |
|
RSemaphoreAsync |
|
RSemaphoreReactive |
|
RSemaphoreRx |
|
RSet<V> |
Redis based implementation of Set
|
RSetAsync<V> |
Async set functions
|
RSetCache<V> |
Set-based cache with ability to set TTL for each object.
|
RSetCacheAsync<V> |
Async set functions
|
RSetCacheReactive<V> |
Reactive interface for RSetCache object
|
RSetCacheRx<V> |
RxJava2 interface for RSetCache object
|
RSetMultimap<K,V> |
Set based Multimap.
|
RSetMultimapCache<K,V> |
|
RSetMultimapCacheRx<K,V> |
|
RSetMultimapReactive<K,V> |
Reactive interface for Set based Multimap
|
RSetMultimapRx<K,V> |
RxJava2 interface for Set based Multimap
|
RSetReactive<V> |
Reactive interface for Redis based implementation of Set
|
RSetRx<V> |
RxJava2 interface for Redis based implementation of Set
|
RSortable<V> |
|
RSortableAsync<V> |
|
RSortableReactive<V> |
|
RSortableRx<V> |
|
RSortedSet<V> |
|
RStream<K,V> |
Interface for Redis Stream object.
|
RStreamAsync<K,V> |
Async interface for Redis Stream object.
|
RStreamReactive<K,V> |
Reactive interface for Redis Stream object.
|
RStreamRx<K,V> |
Reactive interface for Redis Stream object.
|
RTimeSeries<V> |
Redis based time-series collection.
|
RTimeSeriesAsync<V> |
Async interface for Redis based time-series collection.
|
RTimeSeriesReactive<V> |
Reactive interface for Redis based time-series collection.
|
RTimeSeriesRx<V> |
Rx interface for Redis based time-series collection.
|
RTopic |
Distributed topic.
|
RTopicAsync |
Distributed topic.
|
RTopicReactive |
Reactive interface for Publish Subscribe object.
|
RTopicRx |
RxJava2 interface for Publish Subscribe object.
|
RTransaction |
Transaction object allows to execute transactions over Redisson objects.
|
RTransactionReactive |
Reactive interface for transaction object allows to execute transactions over Redisson objects.
|
RTransactionRx |
RxJava2 interface for transaction object allows to execute transactions over Redisson objects.
|
RTransferQueue<V> |
|
RTransferQueueAsync<V> |
|
RTransferQueueReactive<V> |
Reactive interface of Redis based implementation of TransferQueue
|
RTransferQueueRx<V> |
|