| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.jcache |
| Modifier and Type | Method and Description |
|---|---|
static RedissonNode |
RedissonNode.create(RedissonNodeConfig config,
Redisson redisson)
Create Redisson node instance with provided config and Redisson instance
|
protected void |
RedissonBatch.enableRedissonReferenceSupport(Redisson redisson) |
| Constructor and Description |
|---|
RedissonBuckets(Redisson redisson,
Codec codec,
CommandExecutor commandExecutor) |
RedissonBuckets(Redisson redisson,
CommandExecutor commandExecutor) |
RedissonExecutorService(Codec codec,
CommandExecutor commandExecutor,
Redisson redisson,
String name,
QueueTransferService queueTransferService) |
RedissonPriorityDeque(Codec codec,
CommandExecutor commandExecutor,
String name,
Redisson redisson) |
RedissonPriorityDeque(CommandExecutor commandExecutor,
String name,
Redisson redisson) |
RedissonPriorityQueue(Codec codec,
CommandExecutor commandExecutor,
String name,
Redisson redisson) |
RedissonPriorityQueue(CommandExecutor commandExecutor,
String name,
Redisson redisson) |
RedissonSortedSet(Codec codec,
CommandExecutor commandExecutor,
String name,
Redisson redisson) |
| Constructor and Description |
|---|
JCache(JCacheManager cacheManager,
Redisson redisson,
String name,
JCacheConfiguration<K,V> config,
boolean hasOwnRedisson) |
Copyright © 2014–2017 The Redisson Project. All rights reserved.