Uses of Class
org.redisson.Redisson
-
Packages that use Redisson Package Description org.redisson org.redisson.jcache -
-
Uses of Redisson in org.redisson
Constructors in org.redisson with parameters of type Redisson Constructor Description RedissonExecutorService(Codec codec, CommandAsyncExecutor commandExecutor, Redisson redisson, String name, QueueTransferService queueTransferService, ConcurrentMap<String,ResponseEntry> responses, ExecutorOptions options)
RedissonSortedSet(Codec codec, CommandAsyncExecutor commandExecutor, String name, Redisson redisson)
-
Uses of Redisson in org.redisson.jcache
Constructors in org.redisson.jcache with parameters of type Redisson Constructor Description JCache(JCacheManager cacheManager, Redisson redisson, String name, JCacheConfiguration<K,V> config, boolean hasOwnRedisson)
JCacheManager(Redisson redisson, ClassLoader classLoader, javax.cache.spi.CachingProvider cacheProvider, Properties properties, URI uri)
-