Package org.redisson.rx
Class RedissonMapRx<K,V>
java.lang.Object
org.redisson.rx.RedissonMapRx<K,V>
- Type Parameters:
K- keyV- value
- Direct Known Subclasses:
RedissonMapCacheRx
Distributed and concurrent implementation of
ConcurrentMap
and Map- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentryIterator(int count) entryIterator(String pattern) entryIterator(String pattern, int count) getFairLock(K key) getReadWriteLock(K key) getSemaphore(K key) org.reactivestreams.Publisher<K> org.reactivestreams.Publisher<K> keyIterator(int count) org.reactivestreams.Publisher<K> keyIterator(String pattern) org.reactivestreams.Publisher<K> keyIterator(String pattern, int count) org.reactivestreams.Publisher<V> org.reactivestreams.Publisher<V> valueIterator(int count) org.reactivestreams.Publisher<V> valueIterator(String pattern) org.reactivestreams.Publisher<V> valueIterator(String pattern, int count)
-
Constructor Details
-
RedissonMapRx
-
-
Method Details
-
entryIterator
-
entryIterator
-
entryIterator
-
entryIterator
-
valueIterator
-
valueIterator
-
valueIterator
-
valueIterator
-
keyIterator
-
keyIterator
-
keyIterator
-
keyIterator
-
getPermitExpirableSemaphore
-
getSemaphore
-
getFairLock
-
getReadWriteLock
-
getLock
-