Class RedissonSetRx<V>

java.lang.Object
org.redisson.rx.RedissonSetRx<V>
Type Parameters:
V - value

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

  • Method Details

    • addAll

      public io.reactivex.rxjava3.core.Single<Boolean> addAll(org.reactivestreams.Publisher<? extends V> c)
    • iterator

      public io.reactivex.rxjava3.core.Flowable<V> iterator(int count)
    • iterator

      public io.reactivex.rxjava3.core.Flowable<V> iterator(String pattern)
    • iterator

      public io.reactivex.rxjava3.core.Flowable<V> iterator(String pattern, int count)
    • iterator

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

      public RPermitExpirableSemaphoreRx getPermitExpirableSemaphore(V value)
    • getSemaphore

      public RSemaphoreRx getSemaphore(V value)
    • getFairLock

      public RLockRx getFairLock(V value)
    • getReadWriteLock

      public RReadWriteLockRx getReadWriteLock(V value)
    • getLock

      public RLockRx getLock(V value)