Class RedissonMapReactive<K,V>

java.lang.Object
org.redisson.reactive.RedissonMapReactive<K,V>
Type Parameters:
K - key
V - value
Direct Known Subclasses:
RedissonMapCacheReactive

public class RedissonMapReactive<K,V> extends Object
Author:
Nikita Koksharov
  • Constructor Details

  • Method Details

    • entryIterator

      public org.reactivestreams.Publisher<Map.Entry<K,V>> entryIterator()
    • entryIterator

      public org.reactivestreams.Publisher<Map.Entry<K,V>> entryIterator(int count)
    • entryIterator

      public org.reactivestreams.Publisher<Map.Entry<K,V>> entryIterator(String pattern)
    • entryIterator

      public org.reactivestreams.Publisher<Map.Entry<K,V>> entryIterator(String pattern, int count)
    • valueIterator

      public org.reactivestreams.Publisher<V> valueIterator()
    • valueIterator

      public org.reactivestreams.Publisher<V> valueIterator(String pattern)
    • valueIterator

      public org.reactivestreams.Publisher<V> valueIterator(int count)
    • valueIterator

      public org.reactivestreams.Publisher<V> valueIterator(String pattern, int count)
    • keyIterator

      public org.reactivestreams.Publisher<K> keyIterator()
    • keyIterator

      public org.reactivestreams.Publisher<K> keyIterator(String pattern)
    • keyIterator

      public org.reactivestreams.Publisher<K> keyIterator(int count)
    • keyIterator

      public org.reactivestreams.Publisher<K> keyIterator(String pattern, int count)
    • getPermitExpirableSemaphore

      public RPermitExpirableSemaphoreReactive getPermitExpirableSemaphore(K key)
    • getSemaphore

      public RSemaphoreReactive getSemaphore(K key)
    • getFairLock

      public RLockReactive getFairLock(K key)
    • getReadWriteLock

      public RReadWriteLockReactive getReadWriteLock(K key)
    • getLock

      public RLockReactive getLock(K key)