public class RedissonReactive extends Object implements RedissonReactiveClient
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceCodecProvider |
codecProvider |
protected CommandReactiveService |
commandExecutor |
protected Config |
config |
protected ConnectionManager |
connectionManager |
protected EvictionScheduler |
evictionScheduler |
protected UUID |
id |
protected SemaphorePubSub |
semaphorePubSub |
| Modifier | Constructor and Description |
|---|---|
protected |
RedissonReactive(Config config) |
| Modifier and Type | Method and Description |
|---|---|
RBatchReactive |
createBatch() |
RBatchReactive |
createBatch(BatchOptions options)
Return batch object which executes group of
command in pipeline.
|
RTransactionReactive |
createTransaction(TransactionOptions options)
Creates transaction with READ_COMMITTED isolation level.
|
protected void |
enableRedissonReferenceSupport() |
<V> List<RBucketReactive<V>> |
findBuckets(String pattern)
Returns a list of object holder instances by a key pattern
|
RAtomicDoubleReactive |
getAtomicDouble(String name)
Returns "atomic double" instance by name.
|
RAtomicLongReactive |
getAtomicLong(String name)
Returns "atomic long" instance by name.
|
RBitSetReactive |
getBitSet(String name)
Returns bitSet instance by name.
|
<V> RBlockingQueueReactive<V> |
getBlockingQueue(String name)
Returns blocking queue instance by name.
|
<V> RBlockingQueueReactive<V> |
getBlockingQueue(String name,
Codec codec)
Returns blocking queue instance by name
using provided codec for queue objects.
|
<V> RBucketReactive<V> |
getBucket(String name)
Returns object holder instance by name
|
<V> RBucketReactive<V> |
getBucket(String name,
Codec codec)
Returns object holder instance by name
using provided codec for object.
|
NodesGroup<ClusterNode> |
getClusterNodesGroup()
Get Redis cluster nodes group for server operations
|
ReferenceCodecProvider |
getCodecProvider()
Returns the CodecProvider instance
|
Config |
getConfig()
Allows to get configuration provided
during Redisson instance creation.
|
<V> RDequeReactive<V> |
getDeque(String name)
Returns deque instance by name.
|
<V> RDequeReactive<V> |
getDeque(String name,
Codec codec)
Returns deque instance by name
using provided codec for deque objects.
|
<V> RHyperLogLogReactive<V> |
getHyperLogLog(String name)
Returns HyperLogLog instance by name.
|
<V> RHyperLogLogReactive<V> |
getHyperLogLog(String name,
Codec codec)
Returns HyperLogLog instance by name
using provided codec for hll objects.
|
RKeysReactive |
getKeys()
Returns keys operations.
|
RLexSortedSetReactive |
getLexSortedSet(String name)
Returns String based Redis Sorted Set instance by name
All elements are inserted with the same score during addition,
in order to force lexicographical ordering
|
<V> RListReactive<V> |
getList(String name)
Returns list instance by name.
|
<V> RListReactive<V> |
getList(String name,
Codec codec)
Returns list instance by name
using provided codec for list objects.
|
<K,V> RListMultimapReactive<K,V> |
getListMultimap(String name)
Returns List based Multimap instance by name.
|
<K,V> RListMultimapReactive<K,V> |
getListMultimap(String name,
Codec codec)
Returns List based Multimap instance by name
using provided codec for both map keys and values.
|
RLockReactive |
getLock(String name)
Returns lock instance by name.
|
<K,V> RMapReactive<K,V> |
getMap(String name)
Returns map instance by name.
|
<K,V> RMapReactive<K,V> |
getMap(String name,
Codec codec)
Returns map instance by name
using provided codec for both map keys and values.
|
<K,V> RMapReactive<K,V> |
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> RMapReactive<K,V> |
getMap(String name,
MapOptions<K,V> options)
Returns map instance by name.
|
<K,V> RMapCacheReactive<K,V> |
getMapCache(String name)
Returns map-based cache instance by name.
|
<K,V> RMapCacheReactive<K,V> |
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> |
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> RMapCacheReactive<K,V> |
getMapCache(String name,
MapOptions<K,V> options)
Returns map-based cache instance by name.
|
NodesGroup<Node> |
getNodesGroup()
Get Redis nodes group for server operations
|
<M> RPatternTopicReactive<M> |
getPatternTopic(String pattern)
Returns topic instance satisfies by pattern name.
|
<M> RPatternTopicReactive<M> |
getPatternTopic(String pattern,
Codec codec)
Returns topic instance satisfies by pattern name
using provided codec for messages.
|
RPermitExpirableSemaphoreReactive |
getPermitExpirableSemaphore(String name)
Returns semaphore instance by name.
|
<V> RQueueReactive<V> |
getQueue(String name)
Returns queue instance by name.
|
<V> RQueueReactive<V> |
getQueue(String name,
Codec codec)
Returns queue instance by name
using provided codec for queue objects.
|
RReadWriteLockReactive |
getReadWriteLock(String name)
Returns readWriteLock instance by name.
|
<V> RScoredSortedSetReactive<V> |
getScoredSortedSet(String name)
Returns Redis Sorted Set instance by name.
|
<V> RScoredSortedSetReactive<V> |
getScoredSortedSet(String name,
Codec codec)
Returns Redis Sorted Set instance by name
using provided codec for sorted set objects.
|
RScriptReactive |
getScript()
Returns script operations object
|
RSemaphoreReactive |
getSemaphore(String name)
Returns semaphore instance by name
|
<V> RSetReactive<V> |
getSet(String name)
Returns set instance by name.
|
<V> RSetReactive<V> |
getSet(String name,
Codec codec)
Returns set instance by name
using provided codec for set objects.
|
<V> RSetCacheReactive<V> |
getSetCache(String name)
Returns set-based cache instance by
name. |
<V> RSetCacheReactive<V> |
getSetCache(String name,
Codec codec)
Returns set-based cache instance by
name. |
<K,V> RSetMultimapReactive<K,V> |
getSetMultimap(String name)
Returns Set based Multimap instance by name.
|
<K,V> RSetMultimapReactive<K,V> |
getSetMultimap(String name,
Codec codec)
Returns Set based Multimap instance by name
using provided codec for both map keys and values.
|
<M> RTopicReactive<M> |
getTopic(String name)
Returns topic instance by name.
|
<M> RTopicReactive<M> |
getTopic(String name,
Codec codec)
Returns topic instance by name
using provided codec for messages.
|
boolean |
isShutdown()
Returns
true if this Redisson instance has been shut down. |
boolean |
isShuttingDown()
Returns
true if this Redisson instance was started to be shutdown
or was shutdown RedissonReactiveClient.isShutdown() already. |
void |
shutdown()
Shuts down Redisson instance NOT Redis server
|
protected final EvictionScheduler evictionScheduler
protected final CommandReactiveService commandExecutor
protected final ConnectionManager connectionManager
protected final Config config
protected final ReferenceCodecProvider codecProvider
protected final UUID id
protected final SemaphorePubSub semaphorePubSub
protected RedissonReactive(Config config)
public RSemaphoreReactive getSemaphore(String name)
RedissonReactiveClientgetSemaphore in interface RedissonReactiveClientname - - name of objectpublic RPermitExpirableSemaphoreReactive getPermitExpirableSemaphore(String name)
RedissonReactiveClientgetPermitExpirableSemaphore in interface RedissonReactiveClientname - - name of objectpublic RReadWriteLockReactive getReadWriteLock(String name)
RedissonReactiveClientgetReadWriteLock in interface RedissonReactiveClientname - - name of objectpublic RLockReactive getLock(String name)
RedissonReactiveClientImplements a non-fair locking so doesn't guarantee an acquire order by threads.
getLock in interface RedissonReactiveClientname - - name of objectpublic <K,V> RMapCacheReactive<K,V> getMapCache(String name, Codec codec)
RedissonReactiveClient
If eviction is not required then it's better to use regular map RedissonReactiveClient.getMap(String, Codec).
getMapCache in interface RedissonReactiveClientK - type of keysV - type of valuesname - - name of objectcodec - - codec for valuespublic <K,V> RMapCacheReactive<K,V> getMapCache(String name)
RedissonReactiveClient
If eviction is not required then it's better to use regular map RedissonReactiveClient.getMap(String).
getMapCache in interface RedissonReactiveClientK - type of keysV - type of valuesname - - name of objectpublic <V> RBucketReactive<V> getBucket(String name)
RedissonReactiveClientgetBucket in interface RedissonReactiveClientV - type of valuename - - name of objectpublic <V> RBucketReactive<V> getBucket(String name, Codec codec)
RedissonReactiveClientgetBucket in interface RedissonReactiveClientV - type of valuename - - name of objectcodec - - codec for valuepublic <V> List<RBucketReactive<V>> findBuckets(String pattern)
RedissonReactiveClientfindBuckets in interface RedissonReactiveClientV - type of valuepattern - - pattern for name of bucketspublic <V> RHyperLogLogReactive<V> getHyperLogLog(String name)
RedissonReactiveClientgetHyperLogLog in interface RedissonReactiveClientV - type of valuesname - - name of objectpublic <V> RHyperLogLogReactive<V> getHyperLogLog(String name, Codec codec)
RedissonReactiveClientgetHyperLogLog in interface RedissonReactiveClientV - type of valuesname - - name of objectcodec - - codec of valuespublic <V> RListReactive<V> getList(String name)
RedissonReactiveClientgetList in interface RedissonReactiveClientV - type of valuesname - - name of objectpublic <V> RListReactive<V> getList(String name, Codec codec)
RedissonReactiveClientgetList in interface RedissonReactiveClientV - type of valuesname - - name of objectcodec - - codec for valuespublic <K,V> RListMultimapReactive<K,V> getListMultimap(String name)
RedissonReactiveClientgetListMultimap in interface RedissonReactiveClientK - type of keyV - type of valuename - - name of objectpublic <K,V> RListMultimapReactive<K,V> getListMultimap(String name, Codec codec)
RedissonReactiveClientgetListMultimap in interface RedissonReactiveClientK - type of keyV - type of valuename - - name of objectcodec - - codec for keys and valuespublic <K,V> RSetMultimapReactive<K,V> getSetMultimap(String name)
RedissonReactiveClientgetSetMultimap in interface RedissonReactiveClientK - type of keyV - type of valuename - - name of objectpublic <K,V> RSetMultimapReactive<K,V> getSetMultimap(String name, Codec codec)
RedissonReactiveClientgetSetMultimap in interface RedissonReactiveClientK - type of keyV - type of valuename - - name of objectcodec - - codec for keys and valuespublic <K,V> RMapReactive<K,V> getMap(String name)
RedissonReactiveClientgetMap in interface RedissonReactiveClientK - type of keysV - type of valuesname - - name of objectpublic <K,V> RMapReactive<K,V> getMap(String name, Codec codec)
RedissonReactiveClientgetMap in interface RedissonReactiveClientK - type of keysV - type of valuesname - - name of objectcodec - - codec for keys and valuespublic <V> RSetReactive<V> getSet(String name)
RedissonReactiveClientgetSet in interface RedissonReactiveClientV - type of valuesname - - name of objectpublic <V> RSetReactive<V> getSet(String name, Codec codec)
RedissonReactiveClientgetSet in interface RedissonReactiveClientV - type of valuesname - - name of setcodec - - codec for valuespublic <V> RScoredSortedSetReactive<V> getScoredSortedSet(String name)
RedissonReactiveClientgetScoredSortedSet in interface RedissonReactiveClientV - type of valuesname - of scored sorted setpublic <V> RScoredSortedSetReactive<V> getScoredSortedSet(String name, Codec codec)
RedissonReactiveClientgetScoredSortedSet in interface RedissonReactiveClientV - type of valuesname - - name of scored sorted setcodec - - codec for valuespublic RLexSortedSetReactive getLexSortedSet(String name)
RedissonReactiveClientgetLexSortedSet in interface RedissonReactiveClientname - - name of objectpublic <M> RTopicReactive<M> getTopic(String name)
RedissonReactiveClientgetTopic in interface RedissonReactiveClientM - type of messagename - - name of objectpublic <M> RTopicReactive<M> getTopic(String name, Codec codec)
RedissonReactiveClientgetTopic in interface RedissonReactiveClientM - type of messagename - - name of objectcodec - - codec for messagepublic <M> RPatternTopicReactive<M> getPatternTopic(String pattern)
RedissonReactiveClientgetPatternTopic in interface RedissonReactiveClientM - type of messagepattern - of the topicpublic <M> RPatternTopicReactive<M> getPatternTopic(String pattern, Codec codec)
RedissonReactiveClientgetPatternTopic in interface RedissonReactiveClientM - type of messagepattern - of the topiccodec - - codec for messagepublic <V> RQueueReactive<V> getQueue(String name)
RedissonReactiveClientgetQueue in interface RedissonReactiveClientV - type of valuesname - - name of objectpublic <V> RQueueReactive<V> getQueue(String name, Codec codec)
RedissonReactiveClientgetQueue in interface RedissonReactiveClientV - type of valuesname - - name of objectcodec - - codec for valuespublic <V> RBlockingQueueReactive<V> getBlockingQueue(String name)
RedissonReactiveClientgetBlockingQueue in interface RedissonReactiveClientV - type of valuesname - - name of objectpublic <V> RBlockingQueueReactive<V> getBlockingQueue(String name, Codec codec)
RedissonReactiveClientgetBlockingQueue in interface RedissonReactiveClientV - type of valuesname - - name of objectcodec - - code for valuespublic <V> RDequeReactive<V> getDeque(String name)
RedissonReactiveClientgetDeque in interface RedissonReactiveClientV - type of valuesname - - name of objectpublic <V> RDequeReactive<V> getDeque(String name, Codec codec)
RedissonReactiveClientgetDeque in interface RedissonReactiveClientV - type of valuesname - - name of objectcodec - - coded for valuespublic <V> RSetCacheReactive<V> getSetCache(String name)
RedissonReactiveClientname.
Supports value eviction with a given TTL value.
If eviction is not required then it's better to use regular map RedissonReactiveClient.getSet(String, Codec).
getSetCache in interface RedissonReactiveClientV - type of valuesname - - name of objectpublic <V> RSetCacheReactive<V> getSetCache(String name, Codec codec)
RedissonReactiveClientname.
Supports value eviction with a given TTL value.
If eviction is not required then it's better to use regular map RedissonReactiveClient.getSet(String, Codec).
getSetCache in interface RedissonReactiveClientV - type of valuesname - - name of objectcodec - - codec for valuespublic RAtomicLongReactive getAtomicLong(String name)
RedissonReactiveClientgetAtomicLong in interface RedissonReactiveClientname - of the "atomic long"public RAtomicDoubleReactive getAtomicDouble(String name)
RedissonReactiveClientgetAtomicDouble in interface RedissonReactiveClientname - of the "atomic double"public RBitSetReactive getBitSet(String name)
RedissonReactiveClientgetBitSet in interface RedissonReactiveClientname - - name of objectpublic RScriptReactive getScript()
RedissonReactiveClientgetScript in interface RedissonReactiveClientpublic RBatchReactive createBatch(BatchOptions options)
RedissonReactiveClientcreateBatch in interface RedissonReactiveClientoptions - - batch configurationpublic RBatchReactive createBatch()
createBatch in interface RedissonReactiveClientpublic RKeysReactive getKeys()
RedissonReactiveClientgetKeys in interface RedissonReactiveClientpublic Config getConfig()
RedissonReactiveClientgetConfig in interface RedissonReactiveClientpublic ReferenceCodecProvider getCodecProvider()
RedissonReactiveClientgetCodecProvider in interface RedissonReactiveClientpublic NodesGroup<Node> getNodesGroup()
RedissonReactiveClientgetNodesGroup in interface RedissonReactiveClientpublic NodesGroup<ClusterNode> getClusterNodesGroup()
RedissonReactiveClientgetClusterNodesGroup in interface RedissonReactiveClientpublic void shutdown()
RedissonReactiveClientshutdown in interface RedissonReactiveClientpublic boolean isShutdown()
RedissonReactiveClienttrue if this Redisson instance has been shut down.isShutdown in interface RedissonReactiveClienttrue if this Redisson instance has been shut down otherwise falsepublic boolean isShuttingDown()
RedissonReactiveClienttrue if this Redisson instance was started to be shutdown
or was shutdown RedissonReactiveClient.isShutdown() already.isShuttingDown in interface RedissonReactiveClienttrue if this Redisson instance was started to be shutdown
or was shutdown RedissonReactiveClient.isShutdown() already otherwise falseprotected void enableRedissonReferenceSupport()
public <K,V> RMapCacheReactive<K,V> getMapCache(String name, Codec codec, MapOptions<K,V> options)
RedissonReactiveClientname
using provided codec for both cache keys and values.
Supports entry eviction with a given MaxIdleTime and TTL settings.
If eviction is not required then it's better to use regular map RedissonReactiveClient.getMap(String, Codec, MapOptions).
getMapCache in interface RedissonReactiveClientK - type of keyV - type of valuename - - object namecodec - - codec for keys and valuesoptions - - map optionspublic <K,V> RMapCacheReactive<K,V> getMapCache(String name, MapOptions<K,V> options)
RedissonReactiveClient
If eviction is not required then it's better to use regular map RedissonReactiveClient.getMap(String, MapOptions).
getMapCache in interface RedissonReactiveClientK - type of keyV - type of valuename - - name of objectoptions - - map optionspublic <K,V> RMapReactive<K,V> getMap(String name, MapOptions<K,V> options)
RedissonReactiveClientgetMap in interface RedissonReactiveClientK - type of keyV - type of valuename - - name of objectoptions - - map optionspublic <K,V> RMapReactive<K,V> getMap(String name, Codec codec, MapOptions<K,V> options)
RedissonReactiveClientgetMap in interface RedissonReactiveClientK - type of keyV - type of valuename - - name of objectcodec - - codec for keys and valuesoptions - - map optionspublic RTransactionReactive createTransaction(TransactionOptions options)
RedissonReactiveClientcreateTransaction in interface RedissonReactiveClientoptions - - transaction configurationCopyright © 2014–2018 The Redisson Project. All rights reserved.