Uses of Package
org.redisson
Packages that use org.redisson
Package
Description
-
Classes in org.redisson used by org.redissonClassDescriptionBase list implementationNikita KoksharovDeprecated.Main infrastructure class allows to get access to all Redisson objects on top of Redis server.Base class for implementing distributed locksDistributed and concurrent implementation of
QueueDistributed and concurrent implementation ofListDistributed implementation ofLockImplements reentrant lock.
Lock will be removed automatically if client disconnects.Distributed and concurrent implementation ofConcurrentMapandMapMap-based cache with ability to set TTL for each entry viaRedissonMapCache.put(Object, Object, long, TimeUnit)orRedissonMapCache.putIfAbsent(Object, Object, long, TimeUnit)methods.Groups multiple independent locks and manages them as one lock.Base Redisson objectDistributed and concurrent implementation ofQueueDistributed and concurrent implementation ofQueueDistributed and concurrent implementation ofSemaphore.Distributed topic implementation. -
Classes in org.redisson used by org.redisson.api
-
Classes in org.redisson used by org.redisson.cache
-
Classes in org.redisson used by org.redisson.client.protocol.decoder
-
Classes in org.redisson used by org.redisson.command
-
Classes in org.redisson used by org.redisson.connection
-
Classes in org.redisson used by org.redisson.executor
-
Classes in org.redisson used by org.redisson.iterator
-
Classes in org.redisson used by org.redisson.jcacheClassDescriptionMain infrastructure class allows to get access to all Redisson objects on top of Redis server.Base Redisson object
-
Classes in org.redisson used by org.redisson.liveobject.core
-
Classes in org.redisson used by org.redisson.pubsub
-
Classes in org.redisson used by org.redisson.reactiveClassDescriptionBase list implementationDistributed and concurrent implementation of
BlockingDeque.Distributed and concurrent implementation ofConcurrentMapandMap -
Classes in org.redisson used by org.redisson.rxClassDescriptionBase list implementationDistributed and concurrent implementation of
BlockingDeque.Distributed and concurrent implementation ofConcurrentMapandMap -
Classes in org.redisson used by org.redisson.transactionClassDescriptionBase class for implementing distributed locksDistributed implementation of
LockImplements reentrant lock.
Lock will be removed automatically if client disconnects.Distributed and concurrent implementation ofConcurrentMapandMapMap-based cache with ability to set TTL for each entry viaRedissonMapCache.put(Object, Object, long, TimeUnit)orRedissonMapCache.putIfAbsent(Object, Object, long, TimeUnit)methods.Base Redisson objectLock will be removed automatically if client disconnects.Distributed and concurrent implementation ofSetSet-based cache with ability to set TTL for each entry viaRSetCache.add(Object, long, TimeUnit)method.Lock will be removed automatically if client disconnects. -
Classes in org.redisson used by org.redisson.transaction.operation