Modifier and Type | Field and Description |
---|---|
protected Codec |
RedissonObject.codec |
protected Codec |
BaseRemoteService.codec |
Modifier and Type | Method and Description |
---|---|
Codec |
RedissonObject.getCodec() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Codec> |
RedissonReference.getCodecType() |
Modifier and Type | Method and Description |
---|---|
RedissonSortedSet.BinarySearchResult<V> |
RedissonSortedSet.binarySearch(V value,
Codec codec) |
RedissonPriorityQueue.BinarySearchResult<V> |
RedissonPriorityQueue.binarySearch(V value,
Codec codec) |
<R> R |
RedissonScript.eval(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType) |
<R> R |
RedissonScript.eval(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> R |
RedissonScript.eval(String key,
RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType) |
<R> R |
RedissonScript.eval(String key,
RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> RFuture<R> |
RedissonScript.evalAsync(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType) |
<R> RFuture<R> |
RedissonScript.evalAsync(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> RFuture<R> |
RedissonScript.evalAsync(String key,
RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> R |
RedissonScript.evalSha(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType) |
<R> R |
RedissonScript.evalSha(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> R |
RedissonScript.evalSha(String key,
RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType) |
<R> R |
RedissonScript.evalSha(String key,
RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> RFuture<R> |
RedissonScript.evalShaAsync(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType) |
<R> RFuture<R> |
RedissonScript.evalShaAsync(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> RFuture<R> |
RedissonScript.evalShaAsync(String key,
RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<V> RBlockingDequeAsync<V> |
RedissonBatch.getBlockingDeque(String name,
Codec codec) |
<V> RBlockingDeque<V> |
Redisson.getBlockingDeque(String name,
Codec codec) |
<V> RBlockingQueueReactive<V> |
RedissonReactive.getBlockingQueue(String name,
Codec codec) |
<V> RBlockingQueueAsync<V> |
RedissonBatch.getBlockingQueue(String name,
Codec codec) |
<V> RBlockingQueue<V> |
Redisson.getBlockingQueue(String name,
Codec codec) |
<V> RBloomFilter<V> |
Redisson.getBloomFilter(String name,
Codec codec) |
<V> RBoundedBlockingQueue<V> |
Redisson.getBoundedBlockingQueue(String name,
Codec codec) |
<V> RBucketReactive<V> |
RedissonReactive.getBucket(String name,
Codec codec) |
<V> RBucketAsync<V> |
RedissonBatch.getBucket(String name,
Codec codec) |
<V> RBucket<V> |
Redisson.getBucket(String name,
Codec codec) |
RBuckets |
Redisson.getBuckets(Codec codec) |
<V> RDequeReactive<V> |
RedissonReactive.getDeque(String name,
Codec codec) |
<V> RDequeAsync<V> |
RedissonBatch.getDeque(String name,
Codec codec) |
<V> RDeque<V> |
Redisson.getDeque(String name,
Codec codec) |
RScheduledExecutorService |
Redisson.getExecutorService(Codec codec,
String name)
Deprecated.
|
RScheduledExecutorService |
Redisson.getExecutorService(String name,
Codec codec) |
RScheduledExecutorService |
Redisson.getExecutorService(String name,
Codec codec,
ExecutorOptions options) |
<V> RGeoReactive<V> |
RedissonReactive.getGeo(String name,
Codec codec) |
<V> RGeoAsync<V> |
RedissonBatch.getGeo(String name,
Codec codec) |
<V> RGeo<V> |
Redisson.getGeo(String name,
Codec codec) |
<V> RHyperLogLogReactive<V> |
RedissonReactive.getHyperLogLog(String name,
Codec codec) |
<V> RHyperLogLogAsync<V> |
RedissonBatch.getHyperLogLog(String name,
Codec codec) |
<V> RHyperLogLog<V> |
Redisson.getHyperLogLog(String name,
Codec codec) |
<V> RListReactive<V> |
RedissonReactive.getList(String name,
Codec codec) |
<V> RListAsync<V> |
RedissonBatch.getList(String name,
Codec codec) |
<V> RList<V> |
Redisson.getList(String name,
Codec codec) |
<K,V> RListMultimapReactive<K,V> |
RedissonReactive.getListMultimap(String name,
Codec codec) |
<K,V> RMultimapAsync<K,V> |
RedissonBatch.getListMultimap(String name,
Codec codec) |
<K,V> RListMultimap<K,V> |
Redisson.getListMultimap(String name,
Codec codec) |
<K,V> RMultimapCacheAsync<K,V> |
RedissonBatch.getListMultimapCache(String name,
Codec codec) |
<K,V> RListMultimapCache<K,V> |
Redisson.getListMultimapCache(String name,
Codec codec) |
<K,V> RLocalCachedMap<K,V> |
Redisson.getLocalCachedMap(String name,
Codec codec,
LocalCachedMapOptions<K,V> options) |
<K,V> RMapReactive<K,V> |
RedissonReactive.getMap(String name,
Codec codec) |
<K,V> RMapAsync<K,V> |
RedissonBatch.getMap(String name,
Codec codec) |
<K,V> RMap<K,V> |
Redisson.getMap(String name,
Codec codec) |
<K,V> RMapReactive<K,V> |
RedissonReactive.getMap(String name,
Codec codec,
MapOptions<K,V> options) |
<K,V> RMap<K,V> |
Redisson.getMap(String name,
Codec codec,
MapOptions<K,V> options) |
<K,V> RMapCacheReactive<K,V> |
RedissonReactive.getMapCache(String name,
Codec codec) |
<K,V> RMapCacheAsync<K,V> |
RedissonBatch.getMapCache(String name,
Codec codec) |
<K,V> RMapCache<K,V> |
Redisson.getMapCache(String name,
Codec codec) |
<K,V> RMapCacheReactive<K,V> |
RedissonReactive.getMapCache(String name,
Codec codec,
MapOptions<K,V> options) |
<K,V> RMapCache<K,V> |
Redisson.getMapCache(String name,
Codec codec,
MapOptions<K,V> options) |
<M> RPatternTopicReactive<M> |
RedissonReactive.getPatternTopic(String pattern,
Codec codec) |
<M> RPatternTopic<M> |
Redisson.getPatternTopic(String pattern,
Codec codec) |
<V> RPriorityBlockingDeque<V> |
Redisson.getPriorityBlockingDeque(String name,
Codec codec) |
<V> RPriorityBlockingQueue<V> |
Redisson.getPriorityBlockingQueue(String name,
Codec codec) |
<V> RPriorityDeque<V> |
Redisson.getPriorityDeque(String name,
Codec codec) |
<V> RPriorityQueue<V> |
Redisson.getPriorityQueue(String name,
Codec codec) |
<V> RQueueReactive<V> |
RedissonReactive.getQueue(String name,
Codec codec) |
<V> RQueueAsync<V> |
RedissonBatch.getQueue(String name,
Codec codec) |
<V> RQueue<V> |
Redisson.getQueue(String name,
Codec codec) |
RRemoteService |
Redisson.getRemoteService(Codec codec) |
RRemoteService |
Redisson.getRemoteService(String name,
Codec codec) |
<V> RScoredSortedSetReactive<V> |
RedissonReactive.getScoredSortedSet(String name,
Codec codec) |
<V> RScoredSortedSetAsync<V> |
RedissonBatch.getScoredSortedSet(String name,
Codec codec) |
<V> RScoredSortedSet<V> |
Redisson.getScoredSortedSet(String name,
Codec codec) |
<V> RSetReactive<V> |
RedissonReactive.getSet(String name,
Codec codec) |
<V> RSetAsync<V> |
RedissonBatch.getSet(String name,
Codec codec) |
<V> RSet<V> |
Redisson.getSet(String name,
Codec codec) |
<V> RSetCacheReactive<V> |
RedissonReactive.getSetCache(String name,
Codec codec) |
<V> RSetCacheAsync<V> |
RedissonBatch.getSetCache(String name,
Codec codec) |
<V> RSetCache<V> |
Redisson.getSetCache(String name,
Codec codec) |
<K,V> RSetMultimapReactive<K,V> |
RedissonReactive.getSetMultimap(String name,
Codec codec) |
<K,V> RMultimapAsync<K,V> |
RedissonBatch.getSetMultimap(String name,
Codec codec) |
<K,V> RSetMultimap<K,V> |
Redisson.getSetMultimap(String name,
Codec codec) |
<K,V> RMultimapCacheAsync<K,V> |
RedissonBatch.getSetMultimapCache(String name,
Codec codec) |
<K,V> RSetMultimapCache<K,V> |
Redisson.getSetMultimapCache(String name,
Codec codec) |
<V> RSortedSet<V> |
Redisson.getSortedSet(String name,
Codec codec) |
<K,V> RStreamAsync<K,V> |
RedissonBatch.getStream(String name,
Codec codec) |
<K,V> RStream<K,V> |
Redisson.getStream(String name,
Codec codec) |
<M> RTopicReactive<M> |
RedissonReactive.getTopic(String name,
Codec codec) |
<M> RTopicAsync<M> |
RedissonBatch.getTopic(String name,
Codec codec) |
<M> RTopic<M> |
Redisson.getTopic(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
void |
RedissonReference.setCodecType(Class<? extends Codec> codec) |
Modifier and Type | Method and Description |
---|---|
Codec |
RObjectReactive.getCodec() |
Codec |
RObject.getCodec()
Returns the underlying Codec used by this RObject
|
Modifier and Type | Method and Description |
---|---|
<R> org.reactivestreams.Publisher<R> |
RScriptReactive.eval(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType) |
<R> R |
RScript.eval(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType) |
<R> org.reactivestreams.Publisher<R> |
RScriptReactive.eval(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> R |
RScript.eval(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> RFuture<R> |
RScriptAsync.evalAsync(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType) |
<R> RFuture<R> |
RScriptAsync.evalAsync(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> RFuture<R> |
RScriptAsync.evalAsync(String key,
RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> org.reactivestreams.Publisher<R> |
RScriptReactive.evalSha(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType) |
<R> R |
RScript.evalSha(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType) |
<R> org.reactivestreams.Publisher<R> |
RScriptReactive.evalSha(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> R |
RScript.evalSha(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> RFuture<R> |
RScriptAsync.evalShaAsync(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType) |
<R> RFuture<R> |
RScriptAsync.evalShaAsync(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<V> RBlockingDeque<V> |
RedissonClient.getBlockingDeque(String name,
Codec codec)
Returns unbounded blocking deque instance by name
using provided codec for deque objects.
|
<V> RBlockingDequeAsync<V> |
RBatch.getBlockingDeque(String name,
Codec codec) |
<V> RBlockingQueueReactive<V> |
RedissonReactiveClient.getBlockingQueue(String name,
Codec codec)
Returns blocking queue instance by name
using provided codec for queue objects.
|
<V> RBlockingQueue<V> |
RedissonClient.getBlockingQueue(String name,
Codec codec)
Returns unbounded blocking queue instance by name
using provided codec for queue objects.
|
<V> RBlockingQueueReactive<V> |
RBatchReactive.getBlockingQueue(String name,
Codec codec) |
<V> RBlockingQueueAsync<V> |
RBatch.getBlockingQueue(String name,
Codec codec) |
<V> RBloomFilter<V> |
RedissonClient.getBloomFilter(String name,
Codec codec)
Returns bloom filter instance by name
using provided codec for objects.
|
<V> RBoundedBlockingQueue<V> |
RedissonClient.getBoundedBlockingQueue(String name,
Codec codec)
Returns bounded blocking queue instance by name
using provided codec for queue objects.
|
<V> RBucketReactive<V> |
RTransactionReactive.getBucket(String name,
Codec codec)
Returns transactional object holder instance by name
using provided codec for object.
|
<V> RBucket<V> |
RTransaction.getBucket(String name,
Codec codec)
Returns transactional object holder instance by name
using provided codec for object.
|
<V> RBucketReactive<V> |
RedissonReactiveClient.getBucket(String name,
Codec codec)
Returns object holder instance by name
using provided codec for object.
|
<V> RBucket<V> |
RedissonClient.getBucket(String name,
Codec codec)
Returns object holder instance by name
using provided codec for object.
|
<V> RBucketReactive<V> |
RBatchReactive.getBucket(String name,
Codec codec) |
<V> RBucketAsync<V> |
RBatch.getBucket(String name,
Codec codec) |
RBuckets |
RedissonClient.getBuckets(Codec codec)
Returns interface for mass operations with Bucket objects
using provided codec for object.
|
<V> RDequeReactive<V> |
RedissonReactiveClient.getDeque(String name,
Codec codec)
Returns deque instance by name
using provided codec for deque objects.
|
<V> RDeque<V> |
RedissonClient.getDeque(String name,
Codec codec)
Returns unbounded deque instance by name
using provided codec for deque objects.
|
<V> RDequeAsync<V> |
RBatch.getDeque(String name,
Codec codec) |
<V> RDequeReactive<V> |
RBatchReactive.getDequeReactive(String name,
Codec codec) |
RScheduledExecutorService |
RedissonClient.getExecutorService(Codec codec,
String name)
Deprecated.
- use
RedissonClient.getExecutorService(String, Codec) instead. |
RScheduledExecutorService |
RedissonClient.getExecutorService(String name,
Codec codec)
Returns ScheduledExecutorService by name
using provided codec for task, response and request serialization
|
RScheduledExecutorService |
RedissonClient.getExecutorService(String name,
Codec codec,
ExecutorOptions options)
Returns ScheduledExecutorService by name
using provided codec for task, response and request serialization
|
<V> RGeoReactive<V> |
RedissonReactiveClient.getGeo(String name,
Codec codec)
Returns geospatial items holder instance by
name
using provided codec for geospatial members. |
<V> RGeo<V> |
RedissonClient.getGeo(String name,
Codec codec)
Returns geospatial items holder instance by
name
using provided codec for geospatial members. |
<V> RGeoAsync<V> |
RBatch.getGeo(String name,
Codec codec)
Returns geospatial items holder instance by
name
using provided codec for geospatial members. |
<V> RHyperLogLogReactive<V> |
RedissonReactiveClient.getHyperLogLog(String name,
Codec codec)
Returns HyperLogLog instance by name
using provided codec for hll objects.
|
<V> RHyperLogLog<V> |
RedissonClient.getHyperLogLog(String name,
Codec codec)
Returns HyperLogLog instance by name
using provided codec for hll objects.
|
<V> RHyperLogLogReactive<V> |
RBatchReactive.getHyperLogLog(String name,
Codec codec) |
<V> RHyperLogLogAsync<V> |
RBatch.getHyperLogLog(String name,
Codec codec) |
<V> RListReactive<V> |
RedissonReactiveClient.getList(String name,
Codec codec)
Returns list instance by name
using provided codec for list objects.
|
<V> RList<V> |
RedissonClient.getList(String name,
Codec codec)
Returns list instance by name
using provided codec for list objects.
|
<V> RListReactive<V> |
RBatchReactive.getList(String name,
Codec codec) |
<V> RListAsync<V> |
RBatch.getList(String name,
Codec codec) |
<K,V> RListMultimapReactive<K,V> |
RedissonReactiveClient.getListMultimap(String name,
Codec codec)
Returns List based Multimap instance by name
using provided codec for both map keys and values.
|
<K,V> RListMultimap<K,V> |
RedissonClient.getListMultimap(String name,
Codec codec)
Returns List based Multimap instance by name
using provided codec for both map keys and values.
|
<K,V> RMultimapAsync<K,V> |
RBatch.getListMultimap(String name,
Codec codec)
Returns List based MultiMap instance by name
using provided codec for both map keys and values.
|
<K,V> RListMultimapCache<K,V> |
RedissonClient.getListMultimapCache(String name,
Codec codec)
Returns List based Multimap instance by name
using provided codec for both map keys and values.
|
<K,V> RMultimapAsync<K,V> |
RBatch.getListMultimapCache(String name,
Codec codec)
Returns List based Multimap instance by name
using provided codec for both map keys and values.
|
<K,V> RLocalCachedMap<K,V> |
RedissonClient.getLocalCachedMap(String name,
Codec codec,
LocalCachedMapOptions<K,V> options)
Returns local cached map instance by name
using provided codec.
|
<K,V> RMapReactive<K,V> |
RTransactionReactive.getMap(String name,
Codec codec)
Returns transactional map instance by name
using provided codec for both map keys and values.
|
<K,V> RMap<K,V> |
RTransaction.getMap(String name,
Codec codec)
Returns transactional map instance by name
using provided codec for both map keys and values.
|
<K,V> RMapReactive<K,V> |
RedissonReactiveClient.getMap(String name,
Codec codec)
Returns map instance by name
using provided codec for both map keys and values.
|
<K,V> RMap<K,V> |
RedissonClient.getMap(String name,
Codec codec)
Returns map instance by name
using provided codec for both map keys and values.
|
<K,V> RMapReactive<K,V> |
RBatchReactive.getMap(String name,
Codec codec) |
<K,V> RMapAsync<K,V> |
RBatch.getMap(String name,
Codec codec) |
<K,V> RMapReactive<K,V> |
RedissonReactiveClient.getMap(String name,
Codec codec,
MapOptions<K,V> options)
Returns map instance by name
using provided codec for both map keys and values.
|
<K,V> RMap<K,V> |
RedissonClient.getMap(String name,
Codec codec,
MapOptions<K,V> options)
Returns map instance by name
using provided codec for both map keys and values.
|
<K,V> RMapCacheReactive<K,V> |
RTransactionReactive.getMapCache(String name,
Codec codec)
Returns transactional map-based cache instance by
name
using provided codec for both cache keys and values. |
<K,V> RMapCache<K,V> |
RTransaction.getMapCache(String name,
Codec codec)
Returns transactional map-based cache instance by
name
using provided codec for both cache keys and values. |
<K,V> RMapCacheReactive<K,V> |
RedissonReactiveClient.getMapCache(String name,
Codec codec)
Returns map-based cache instance by name
using provided codec for both cache keys and values.
|
<K,V> RMapCache<K,V> |
RedissonClient.getMapCache(String name,
Codec codec)
Returns map-based cache instance by
name
using provided codec for both cache keys and values. |
<K,V> RMapCacheReactive<K,V> |
RBatchReactive.getMapCache(String name,
Codec codec)
Returns map-based cache instance by
name
using provided codec for both cache keys and values. |
<K,V> RMapCacheAsync<K,V> |
RBatch.getMapCache(String name,
Codec codec)
Returns map-based cache instance by
name
using provided codec for both cache keys and values. |
<K,V> RMapCacheReactive<K,V> |
RedissonReactiveClient.getMapCache(String name,
Codec codec,
MapOptions<K,V> options)
Returns map-based cache instance by
name
using provided codec for both cache keys and values. |
<K,V> RMapCache<K,V> |
RedissonClient.getMapCache(String name,
Codec codec,
MapOptions<K,V> options)
Returns map-based cache instance by
name
using provided codec for both cache keys and values. |
<M> RPatternTopicReactive<M> |
RedissonReactiveClient.getPatternTopic(String pattern,
Codec codec)
Returns topic instance satisfies by pattern name
using provided codec for messages.
|
<M> RPatternTopic<M> |
RedissonClient.getPatternTopic(String pattern,
Codec codec)
Returns topic instance satisfies by pattern name
using provided codec for messages.
|
<V> RPriorityBlockingDeque<V> |
RedissonClient.getPriorityBlockingDeque(String name,
Codec codec)
Returns unbounded priority blocking deque instance by name
using provided codec for queue objects.
|
<V> RPriorityBlockingQueue<V> |
RedissonClient.getPriorityBlockingQueue(String name,
Codec codec)
Returns unbounded priority blocking queue instance by name
using provided codec for queue objects.
|
<V> RPriorityDeque<V> |
RedissonClient.getPriorityDeque(String name,
Codec codec)
Returns priority unbounded deque instance by name
using provided codec for queue objects.
|
<V> RPriorityQueue<V> |
RedissonClient.getPriorityQueue(String name,
Codec codec)
Returns priority unbounded queue instance by name
using provided codec for queue objects.
|
<V> RQueueReactive<V> |
RedissonReactiveClient.getQueue(String name,
Codec codec)
Returns queue instance by name
using provided codec for queue objects.
|
<V> RQueue<V> |
RedissonClient.getQueue(String name,
Codec codec)
Returns unbounded queue instance by name
using provided codec for queue objects.
|
<V> RQueueReactive<V> |
RBatchReactive.getQueue(String name,
Codec codec) |
<V> RQueueAsync<V> |
RBatch.getQueue(String name,
Codec codec) |
RRemoteService |
RedissonClient.getRemoteService(Codec codec)
Returns object for remote operations prefixed with the default name (redisson_remote_service)
and uses provided codec for method arguments and result.
|
RRemoteService |
RedissonClient.getRemoteService(String name,
Codec codec)
Returns object for remote operations prefixed with the specified name
and uses provided codec for method arguments and result.
|
<V> RScoredSortedSetReactive<V> |
RedissonReactiveClient.getScoredSortedSet(String name,
Codec codec)
Returns Redis Sorted Set instance by name
using provided codec for sorted set objects.
|
<V> RScoredSortedSet<V> |
RedissonClient.getScoredSortedSet(String name,
Codec codec)
Returns Redis Sorted Set instance by name
using provided codec for sorted set objects.
|
<V> RScoredSortedSetReactive<V> |
RBatchReactive.getScoredSortedSet(String name,
Codec codec) |
<V> RScoredSortedSetAsync<V> |
RBatch.getScoredSortedSet(String name,
Codec codec) |
<V> RSetReactive<V> |
RTransactionReactive.getSet(String name,
Codec codec)
Returns transactional set instance by name
using provided codec for set objects.
|
<V> RSet<V> |
RTransaction.getSet(String name,
Codec codec)
Returns transactional set instance by name
using provided codec for set objects.
|
<V> RSetReactive<V> |
RedissonReactiveClient.getSet(String name,
Codec codec)
Returns set instance by name
using provided codec for set objects.
|
<V> RSet<V> |
RedissonClient.getSet(String name,
Codec codec)
Returns set instance by name
using provided codec for set objects.
|
<V> RSetReactive<V> |
RBatchReactive.getSet(String name,
Codec codec) |
<V> RSetAsync<V> |
RBatch.getSet(String name,
Codec codec) |
<V> RSetCacheReactive<V> |
RTransactionReactive.getSetCache(String name,
Codec codec)
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 . |
<V> RSetCacheReactive<V> |
RedissonReactiveClient.getSetCache(String name,
Codec codec)
Returns set-based cache instance by
name . |
<V> RSetCache<V> |
RedissonClient.getSetCache(String name,
Codec codec)
Returns set-based cache instance by
name . |
<V> RSetCacheReactive<V> |
RBatchReactive.getSetCache(String name,
Codec codec)
Returns set-based cache instance by
name
using provided codec for values. |
<V> RSetCacheAsync<V> |
RBatch.getSetCache(String name,
Codec codec)
Returns set-based cache instance by
name
using provided codec for values. |
<K,V> RSetMultimapReactive<K,V> |
RedissonReactiveClient.getSetMultimap(String name,
Codec codec)
Returns Set based Multimap instance by name
using provided codec for both map keys and values.
|
<K,V> RSetMultimap<K,V> |
RedissonClient.getSetMultimap(String name,
Codec codec)
Returns Set based Multimap instance by name
using provided codec for both map keys and values.
|
<K,V> RMultimapAsync<K,V> |
RBatch.getSetMultimap(String name,
Codec codec)
Returns Set based MultiMap instance by name
using provided codec for both map keys and values.
|
<K,V> RSetMultimapCache<K,V> |
RedissonClient.getSetMultimapCache(String name,
Codec codec)
Returns Set based Multimap instance by name
using provided codec for both map keys and values.
|
<K,V> RMultimapCacheAsync<K,V> |
RBatch.getSetMultimapCache(String name,
Codec codec)
Returns Set based Multimap instance by name
using provided codec for both map keys and values.
|
<V> RSortedSet<V> |
RedissonClient.getSortedSet(String name,
Codec codec)
Returns sorted set instance by name
using provided codec for sorted set objects.
|
<K,V> RStream<K,V> |
RedissonClient.getStream(String name,
Codec codec)
Returns stream instance by
name
using provided codec for entries. |
<K,V> RStreamAsync<K,V> |
RBatch.getStream(String name,
Codec codec)
Returns stream instance by
name
using provided codec for entries. |
<M> RTopicReactive<M> |
RedissonReactiveClient.getTopic(String name,
Codec codec)
Returns topic instance by name
using provided codec for messages.
|
<M> RTopic<M> |
RedissonClient.getTopic(String name,
Codec codec)
Returns topic instance by name
using provided codec for messages.
|
<M> RTopicReactive<M> |
RBatchReactive.getTopic(String name,
Codec codec) |
<M> RTopicAsync<M> |
RBatch.getTopic(String name,
Codec codec) |
Modifier and Type | Class and Description |
---|---|
class |
LocalCachedMessageCodec |
Constructor and Description |
---|
LocalCacheListener(String name,
CommandAsyncExecutor commandExecutor,
Cache<?,?> cache,
RObject object,
byte[] instanceId,
Codec codec,
LocalCachedMapOptions<?,?> options,
long cacheUpdateLogTime) |
Modifier and Type | Method and Description |
---|---|
Map<String,Codec> |
RedisPubSubConnection.getChannels() |
Map<String,Codec> |
RedisPubSubConnection.getPatternChannels() |
Modifier and Type | Method and Description |
---|---|
<T,R> RFuture<R> |
RedisConnection.async(Codec encoder,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
RedisConnection.async(long timeout,
Codec encoder,
RedisCommand<T> command,
Object... params) |
<T,R> CommandData<T,R> |
RedisConnection.create(Codec encoder,
RedisCommand<T> command,
Object... params) |
void |
RedisPubSubConnection.psubscribe(Codec codec,
String... channel) |
void |
RedisPubSubConnection.subscribe(Codec codec,
String... channel) |
<T,R> R |
RedisConnection.sync(Codec encoder,
RedisCommand<T> command,
Object... params) |
Modifier and Type | Class and Description |
---|---|
class |
BaseCodec |
class |
BitSetCodec |
class |
ByteArrayCodec |
class |
DoubleCodec |
class |
IntegerCodec |
class |
JsonJacksonMapCodec
Type based codec for RMap objects
|
class |
LongCodec |
class |
StringCodec |
Modifier and Type | Method and Description |
---|---|
Codec |
CommandData.getCodec() |
Constructor and Description |
---|
BatchCommandData(RPromise<R> promise,
Codec codec,
RedisCommand<T> command,
Object[] params,
int index) |
CommandData(RPromise<R> promise,
Codec codec,
RedisCommand<T> command,
Object[] params) |
CommandData(RPromise<R> promise,
MultiDecoder<Object> messageDecoder,
Codec codec,
RedisCommand<T> command,
Object[] params) |
Constructor and Description |
---|
GeoDistanceMapDecoder(Codec codec) |
ObjectListDecoder(Codec codec) |
ObjectMapDecoder(Codec codec) |
Modifier and Type | Class and Description |
---|---|
class |
AvroJacksonCodec
Avro binary codec
|
class |
CborJacksonCodec |
class |
CompositeCodec |
class |
FstCodec
Efficient and speedy serialization codec fully
compatible with JDK Serialization codec.
|
class |
IonJacksonCodec
Amazon Ion codec
|
class |
JsonJacksonCodec |
class |
KryoCodec |
class |
LZ4Codec
LZ4 compression codec.
|
class |
MapCacheEventCodec |
class |
MsgPackJacksonCodec
MsgPack binary codec
|
class |
SerializationCodec |
class |
SmileJacksonCodec
Smile binary codec
|
class |
SnappyCodec
Snappy compression codec.
|
class |
SnappyCodecV2
Google's Snappy compression codec.
|
Modifier and Type | Field and Description |
---|---|
ConcurrentMap<Class<? extends Codec>,Codec> |
DefaultReferenceCodecProvider.codecCache |
ConcurrentMap<Class<? extends Codec>,Codec> |
DefaultReferenceCodecProvider.codecCache |
Modifier and Type | Method and Description |
---|---|
<T extends Codec> |
ReferenceCodecProvider.getCodec(Class<T> codecClass)
Get codec instance by its class.
|
<T extends Codec> |
DefaultReferenceCodecProvider.getCodec(Class<T> codecClass) |
<T extends Codec,K extends RObject> |
ReferenceCodecProvider.getCodec(Class<T> codecClass,
Class<K> rObjectClass)
Get a codec instance by its class, the implementation class of the RObject
interface.
|
<T extends Codec,K extends RObject> |
DefaultReferenceCodecProvider.getCodec(Class<T> codecClass,
Class<K> rObjectClass) |
<T extends Codec,K extends RObject> |
ReferenceCodecProvider.getCodec(Class<T> codecClass,
Class<K> rObjectClass,
String name)
Get a codec instance by its class, the implementation class of the RObject
interface and the name of RObject (the value returned by RObject.getName()
method).
|
<T extends Codec,K extends RObject> |
DefaultReferenceCodecProvider.getCodec(Class<T> codecClass,
Class<K> rObjectClass,
String name) |
<T extends Codec> |
ReferenceCodecProvider.getCodec(Class<T> codecClass,
RObject rObject)
Get a codec instance by its class and an instance of the RObject.
|
<T extends Codec> |
DefaultReferenceCodecProvider.getCodec(Class<T> codecClass,
RObject rObject) |
<T extends Codec> |
ReferenceCodecProvider.getCodec(REntity anno,
Class<?> cls)
Get a codec instance by a REntity annotation and the class annotated with
it.
|
<T extends Codec> |
DefaultReferenceCodecProvider.getCodec(REntity anno,
Class<?> cls) |
<T extends Codec,K extends RObject> |
ReferenceCodecProvider.getCodec(RObjectField anno,
Class<?> cls,
Class<K> rObjectClass,
String fieldName)
Get a codec instance by a RObjectField annotation and the class annotated
with REntity, the implementation class of RObject the field is going to
be transformed into and the name of the field with this RObjectField
annotation.
|
<T extends Codec,K extends RObject> |
DefaultReferenceCodecProvider.getCodec(RObjectField anno,
Class<?> cls,
Class<K> rObjectClass,
String fieldName) |
<T extends Codec,K extends RObject> |
ReferenceCodecProvider.registerCodec(Class<T> codecClass,
Class<K> rObjectClass,
String name,
T codec)
Register a codec by its class or super class, the class of the RObject
implementation and the name of RObject (the value returned by
RObjectField.getName() method).
|
<T extends Codec,K extends RObject> |
DefaultReferenceCodecProvider.registerCodec(Class<T> codecClass,
Class<K> rObjectClass,
String name,
T codec) |
<T extends Codec,K extends RObject> |
ReferenceCodecProvider.registerCodec(Class<T> codecClass,
Class<K> rObjectClass,
T codec)
Register a codec by its class or super class and the class of the RObject
implementation.
|
<T extends Codec,K extends RObject> |
DefaultReferenceCodecProvider.registerCodec(Class<T> codecClass,
Class<K> rObjectClass,
T codec) |
<T extends Codec> |
ReferenceCodecProvider.registerCodec(Class<T> codecClass,
RObject rObject,
T codec)
Register a codec by its class or super class and an instance of the
RObject.
|
<T extends Codec> |
DefaultReferenceCodecProvider.registerCodec(Class<T> codecClass,
RObject rObject,
T codec) |
<T extends Codec> |
ReferenceCodecProvider.registerCodec(Class<T> codecClass,
T codec)
Register a codec by its class or super class.
|
<T extends Codec> |
DefaultReferenceCodecProvider.registerCodec(Class<T> cls,
T codec) |
<T extends Codec> |
ReferenceCodecProvider.registerCodec(REntity anno,
Class<?> cls,
T codec)
Register a codec by the REntity annotation and the class annotated with
it.
|
<T extends Codec> |
DefaultReferenceCodecProvider.registerCodec(REntity anno,
Class<?> cls,
T codec) |
<T extends Codec,K extends RObject> |
ReferenceCodecProvider.registerCodec(RObjectField anno,
Class<?> cls,
Class<K> rObjectClass,
String fieldName,
T codec)
Register a codec by the RObjectField annotation, the class annotated with
REntity, the implementation class of RObject the field is going to
be transformed into and the name of the field with this RObjectField
annotation.
|
<T extends Codec,K extends RObject> |
DefaultReferenceCodecProvider.registerCodec(RObjectField anno,
Class<?> cls,
Class<K> rObjectClass,
String fieldName,
T codec) |
Constructor and Description |
---|
CompositeCodec(Codec mapKeyCodec,
Codec mapValueCodec) |
CompositeCodec(Codec mapKeyCodec,
Codec mapValueCodec,
Codec valueCodec) |
LZ4Codec(Codec innerCodec) |
MapCacheEventCodec(Codec codec,
boolean isWindows) |
SnappyCodec(Codec innerCodec) |
SnappyCodecV2(Codec innerCodec) |
Modifier and Type | Method and Description |
---|---|
Codec |
AsyncDetails.getCodec() |
Modifier and Type | Method and Description |
---|---|
protected <V,R> void |
CommandReactiveBatchService.async(boolean readOnlyMode,
NodeSource nodeSource,
Codec codec,
RedisCommand<V> command,
Object[] params,
RPromise<R> mainPromise,
int attempt,
boolean ignoreRedirect,
RFuture<RedisConnection> connFuture) |
protected <V,R> void |
CommandBatchService.async(boolean readOnlyMode,
NodeSource nodeSource,
Codec codec,
RedisCommand<V> command,
Object[] params,
RPromise<R> mainPromise,
int attempt,
boolean ignoreRedirect,
RFuture<RedisConnection> connFuture) |
protected <V,R> void |
CommandAsyncService.async(boolean readOnlyMode,
NodeSource source,
Codec codec,
RedisCommand<V> command,
Object[] params,
RPromise<R> mainPromise,
int attempt,
boolean ignoreRedirect,
RFuture<RedisConnection> connFuture) |
<T,R> R |
CommandSyncService.evalRead(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> R |
CommandSyncExecutor.evalRead(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncService.evalReadAsync(MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncExecutor.evalReadAsync(MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncService.evalReadAsync(RedisClient client,
String name,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncExecutor.evalReadAsync(RedisClient client,
String name,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncService.evalReadAsync(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncExecutor.evalReadAsync(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
CommandReactiveService.evalReadReactive(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
CommandReactiveExecutor.evalReadReactive(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> R |
CommandSyncService.evalWrite(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> R |
CommandSyncExecutor.evalWrite(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncService.evalWriteAsync(MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncExecutor.evalWriteAsync(MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncService.evalWriteAsync(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncExecutor.evalWriteAsync(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
CommandReactiveService.evalWriteReactive(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
CommandReactiveExecutor.evalWriteReactive(String key,
Codec codec,
RedisCommand<T> evalCommandType,
String script,
List<Object> keys,
Object... params) |
void |
AsyncDetails.init(RFuture<RedisConnection> connectionFuture,
RPromise<R> attemptPromise,
boolean readOnlyMode,
NodeSource source,
Codec codec,
RedisCommand<V> command,
Object[] params,
RPromise<R> mainPromise,
int attempt) |
<T,R> R |
CommandSyncService.read(String key,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> R |
CommandSyncExecutor.read(String key,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncService.readAsync(MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncExecutor.readAsync(MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncService.readAsync(RedisClient client,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncExecutor.readAsync(RedisClient client,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncService.readAsync(RedisClient client,
MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncExecutor.readAsync(RedisClient client,
MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncService.readAsync(RedisClient client,
String name,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncExecutor.readAsync(RedisClient client,
String name,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncService.readAsync(String key,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncExecutor.readAsync(String key,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
CommandReactiveService.readReactive(RedisClient client,
String name,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
CommandReactiveExecutor.readReactive(RedisClient client,
String name,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
CommandReactiveService.readReactive(String key,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
CommandReactiveExecutor.readReactive(String key,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncService.writeAsync(MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncExecutor.writeAsync(MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncService.writeAsync(String key,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> RFuture<R> |
CommandAsyncExecutor.writeAsync(String key,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
CommandReactiveService.writeReactive(MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
CommandReactiveExecutor.writeReactive(MasterSlaveEntry entry,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
CommandReactiveService.writeReactive(String key,
Codec codec,
RedisCommand<T> command,
Object... params) |
<T,R> org.reactivestreams.Publisher<R> |
CommandReactiveExecutor.writeReactive(String key,
Codec codec,
RedisCommand<T> command,
Object... params) |
Modifier and Type | Method and Description |
---|---|
Codec |
Config.getCodec() |
Modifier and Type | Method and Description |
---|---|
Config |
Config.setCodec(Codec codec)
Redis key/value codec.
|
Modifier and Type | Field and Description |
---|---|
protected Codec |
MasterSlaveConnectionManager.codec |
Modifier and Type | Method and Description |
---|---|
Codec |
MasterSlaveConnectionManager.getCodec() |
Codec |
ConnectionManager.getCodec() |
Modifier and Type | Method and Description |
---|---|
void |
PubSubConnectionEntry.psubscribe(Codec codec,
String pattern) |
void |
PubSubConnectionEntry.subscribe(Codec codec,
String channelName) |
Constructor and Description |
---|
RedissonExecutorRemoteService(Codec codec,
RedissonClient redisson,
String name,
CommandExecutor commandExecutor,
String executorId,
ConcurrentMap<String,ResponseEntry> responses) |
ScheduledTasksService(Codec codec,
RedissonClient redisson,
String name,
CommandExecutor commandExecutor,
String redissonId,
ConcurrentMap<String,ResponseEntry> responses) |
TasksBatchService(Codec codec,
RedissonClient redisson,
String name,
CommandExecutor commandExecutor,
String executorId,
ConcurrentMap<String,ResponseEntry> responses) |
TasksRunnerService(CommandExecutor commandExecutor,
RedissonClient redisson,
Codec codec,
String name,
ConcurrentMap<String,ResponseEntry> responses) |
TasksService(Codec codec,
RedissonClient redisson,
String name,
CommandAsyncExecutor commandExecutor,
String executorId,
ConcurrentMap<String,ResponseEntry> responses) |
Modifier and Type | Class and Description |
---|---|
class |
JCacheEventCodec |
Constructor and Description |
---|
JCacheEventCodec(Codec codec,
boolean sync) |
Modifier and Type | Field and Description |
---|---|
protected Codec |
AbstractNamingScheme.codec |
Constructor and Description |
---|
AbstractNamingScheme(Codec codec) |
DefaultNamingScheme(Codec codec) |
Modifier and Type | Field and Description |
---|---|
protected Codec |
CoordinatorTask.codec |
Constructor and Description |
---|
Collector(Codec codec,
RedissonClient client,
String name,
int parts,
long timeout) |
Modifier and Type | Method and Description |
---|---|
static <T extends RObject,K extends Codec> |
RedissonObjectFactory.createRObject(RedissonClient redisson,
Class<T> expectedType,
String name,
K codec) |
Modifier and Type | Method and Description |
---|---|
RFuture<Codec> |
PublishSubscribeService.unsubscribe(String channelName,
PubSubType topicType) |
Modifier and Type | Method and Description |
---|---|
RFuture<PubSubConnectionEntry> |
PublishSubscribeService.psubscribe(String channelName,
Codec codec,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
PublishSubscribeService.psubscribe(String channelName,
Codec codec,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
PublishSubscribeService.subscribe(Codec codec,
String channelName,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
PublishSubscribeService.subscribe(Codec codec,
String channelName,
RedisPubSubListener<?>... listeners) |
Modifier and Type | Method and Description |
---|---|
<R> org.reactivestreams.Publisher<R> |
RedissonScriptReactive.eval(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType) |
<R> org.reactivestreams.Publisher<R> |
RedissonScriptReactive.eval(RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> org.reactivestreams.Publisher<R> |
RedissonScriptReactive.eval(String key,
RScript.Mode mode,
Codec codec,
String luaScript,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> org.reactivestreams.Publisher<R> |
RedissonScriptReactive.evalSha(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType) |
<R> org.reactivestreams.Publisher<R> |
RedissonScriptReactive.evalSha(RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<R> org.reactivestreams.Publisher<R> |
RedissonScriptReactive.evalSha(String key,
RScript.Mode mode,
Codec codec,
String shaDigest,
RScript.ReturnType returnType,
List<Object> keys,
Object... values) |
<V> RBlockingQueueReactive<V> |
RedissonBatchReactive.getBlockingQueue(String name,
Codec codec) |
<V> RBucketReactive<V> |
RedissonTransactionReactive.getBucket(String name,
Codec codec) |
<V> RBucketReactive<V> |
RedissonBatchReactive.getBucket(String name,
Codec codec) |
<V> RDequeReactive<V> |
RedissonBatchReactive.getDequeReactive(String name,
Codec codec) |
<V> RHyperLogLogReactive<V> |
RedissonBatchReactive.getHyperLogLog(String name,
Codec codec) |
<V> RListReactive<V> |
RedissonBatchReactive.getList(String name,
Codec codec) |
<K,V> RMapReactive<K,V> |
RedissonTransactionReactive.getMap(String name,
Codec codec) |
<K,V> RMapReactive<K,V> |
RedissonBatchReactive.getMap(String name,
Codec codec) |
<K,V> RMapCacheReactive<K,V> |
RedissonTransactionReactive.getMapCache(String name,
Codec codec) |
<K,V> RMapCacheReactive<K,V> |
RedissonBatchReactive.getMapCache(String name,
Codec codec) |
<V> RQueueReactive<V> |
RedissonBatchReactive.getQueue(String name,
Codec codec) |
<V> RScoredSortedSetReactive<V> |
RedissonBatchReactive.getScoredSortedSet(String name,
Codec codec) |
<V> RSetReactive<V> |
RedissonTransactionReactive.getSet(String name,
Codec codec) |
<V> RSetReactive<V> |
RedissonBatchReactive.getSet(String name,
Codec codec) |
<V> RSetCacheReactive<V> |
RedissonTransactionReactive.getSetCache(String name,
Codec codec) |
<V> RSetCacheReactive<V> |
RedissonBatchReactive.getSetCache(String name,
Codec codec) |
<M> RTopicReactive<M> |
RedissonBatchReactive.getTopic(String name,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
void |
RedissonSpringCacheManager.setCodec(Codec codec)
Set Codec instance shared between all Cache instances
|
Constructor and Description |
---|
RedissonSpringCacheManager(RedissonClient redisson,
Map<String,? extends CacheConfig> config,
Codec codec)
Creates CacheManager supplied by Redisson instance, Codec instance
and Cache config mapped by Cache name.
|
RedissonSpringCacheManager(RedissonClient redisson,
String configLocation,
Codec codec)
Creates CacheManager supplied by Redisson instance, Codec instance
and Config location path.
|
Modifier and Type | Method and Description |
---|---|
Codec |
HashKey.getCodec() |
Modifier and Type | Method and Description |
---|---|
<V> RBucket<V> |
RedissonTransaction.getBucket(String name,
Codec codec) |
<K,V> RMap<K,V> |
RedissonTransaction.getMap(String name,
Codec codec) |
<K,V> RMapCache<K,V> |
RedissonTransaction.getMapCache(String name,
Codec codec) |
<V> RSet<V> |
RedissonTransaction.getSet(String name,
Codec codec) |
<V> RSetCache<V> |
RedissonTransaction.getSetCache(String name,
Codec codec) |
Constructor and Description |
---|
HashKey(String name,
Codec codec) |
RedissonTransactionalBucket(Codec codec,
CommandAsyncExecutor commandExecutor,
String name,
List<TransactionalOperation> operations,
AtomicBoolean executed) |
RedissonTransactionalMap(Codec codec,
CommandAsyncExecutor commandExecutor,
String name,
List<TransactionalOperation> operations,
long timeout,
AtomicBoolean executed) |
RedissonTransactionalMapCache(Codec codec,
CommandAsyncExecutor commandExecutor,
String name,
List<TransactionalOperation> operations,
long timeout,
AtomicBoolean executed) |
RedissonTransactionalSet(Codec codec,
CommandAsyncExecutor commandExecutor,
String name,
List<TransactionalOperation> operations,
long timeout,
AtomicBoolean executed) |
RedissonTransactionalSetCache(Codec codec,
CommandAsyncExecutor commandExecutor,
String name,
List<TransactionalOperation> operations,
long timeout,
AtomicBoolean executed) |
Modifier and Type | Field and Description |
---|---|
protected Codec |
TransactionalOperation.codec |
Modifier and Type | Method and Description |
---|---|
Codec |
TransactionalOperation.getCodec() |
Constructor and Description |
---|
TransactionalOperation(String name,
Codec codec) |
Constructor and Description |
---|
BucketCompareAndSetOperation(String name,
String lockName,
Codec codec,
V expected,
V value) |
BucketGetAndDeleteOperation(String name,
String lockName,
Codec codec) |
BucketGetAndSetOperation(String name,
String lockName,
Codec codec,
Object value) |
BucketSetOperation(String name,
String lockName,
Codec codec,
Object value) |
BucketSetOperation(String name,
String lockName,
Codec codec,
Object value,
long timeToLive,
TimeUnit timeUnit) |
BucketTrySetOperation(String name,
String lockName,
Codec codec,
Object value) |
BucketTrySetOperation(String name,
String lockName,
Codec codec,
Object value,
long timeToLive,
TimeUnit timeUnit) |
Constructor and Description |
---|
AddCacheOperation(String name,
Codec codec,
Object value,
long ttl,
TimeUnit timeUnit) |
AddOperation(String name,
Codec codec,
Object value) |
MoveOperation(String name,
Codec codec,
String destinationName,
long threadId,
Object value) |
RemoveCacheOperation(String name,
Codec codec,
Object value) |
RemoveOperation(String name,
Codec codec,
Object value) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.