Package | Description |
---|---|
org.redisson | |
org.redisson.api | |
org.redisson.transaction | |
org.redisson.transaction.operation.set |
Modifier and Type | Class | Description |
---|---|---|
class |
RedissonSetCache<V> |
Set-based cache with ability to set TTL for each entry via
add(Object, long, TimeUnit) method. |
Modifier and Type | Method | Description |
---|---|---|
<V> RSetCache<V> |
Redisson.getSetCache(String name) |
|
<V> RSetCache<V> |
Redisson.getSetCache(String name,
Codec codec) |
Modifier and Type | Method | Description |
---|---|---|
<V> RSetCache<V> |
RedissonClient.getSetCache(String name) |
Returns set-based cache instance by
name . |
<V> RSetCache<V> |
RedissonClient.getSetCache(String name,
Codec codec) |
Returns set-based cache instance by
name . |
<V> RSetCache<V> |
RTransaction.getSetCache(String name) |
Returns transactional set-based cache instance by
name . |
<V> RSetCache<V> |
RTransaction.getSetCache(String name,
Codec codec) |
Returns transactional set-based cache instance by
name . |
Modifier and Type | Class | Description |
---|---|---|
class |
RedissonTransactionalSetCache<V> |
Modifier and Type | Method | Description |
---|---|---|
<V> RSetCache<V> |
RedissonTransaction.getSetCache(String name) |
|
<V> RSetCache<V> |
RedissonTransaction.getSetCache(String name,
Codec codec) |
Constructor | Description |
---|---|
TransactionalSetCache(CommandAsyncExecutor commandExecutor,
long timeout,
List<TransactionalOperation> operations,
RSetCache<V> set,
String transactionId) |
Modifier and Type | Method | Description |
---|---|---|
protected RLock |
SetOperation.getLock(RSetCache<?> setCache,
CommandAsyncExecutor commandExecutor,
Object value) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.