Class RedissonSetReactive<V>

java.lang.Object
org.redisson.reactive.RedissonSetReactive<V>
Type Parameters:
V - value

public class RedissonSetReactive<V> extends Object
Distributed and concurrent implementation of Set
Author:
Nikita Koksharov
  • Constructor Details

  • Method Details

    • addAll

      public org.reactivestreams.Publisher<Boolean> addAll(org.reactivestreams.Publisher<? extends V> c)
    • iterator

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

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

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

      public org.reactivestreams.Publisher<V> iterator()
    • getPermitExpirableSemaphore

      public RPermitExpirableSemaphoreReactive getPermitExpirableSemaphore(V value)
    • getSemaphore

      public RSemaphoreReactive getSemaphore(V value)
    • getFairLock

      public RLockReactive getFairLock(V value)
    • getReadWriteLock

      public RReadWriteLockReactive getReadWriteLock(V value)
    • getLock

      public RLockReactive getLock(V value)