Package org.redisson.rx
Class RedissonSetCacheRx<V>
- java.lang.Object
-
- org.redisson.rx.RedissonSetCacheRx<V>
-
- Type Parameters:
V
- value
public class RedissonSetCacheRx<V> extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedissonSetCacheRx(RSetCache<V> instance, RedissonRxClient redisson)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.reactivex.rxjava3.core.Single<Boolean>
addAll(org.reactivestreams.Publisher<? extends V> c)
RLockRx
getFairLock(V value)
RLockRx
getLock(V value)
RPermitExpirableSemaphoreRx
getPermitExpirableSemaphore(V value)
RReadWriteLockRx
getReadWriteLock(V value)
RSemaphoreRx
getSemaphore(V value)
org.reactivestreams.Publisher<V>
iterator()
-
-
-
Constructor Detail
-
RedissonSetCacheRx
public RedissonSetCacheRx(RSetCache<V> instance, RedissonRxClient redisson)
-
-
Method Detail
-
iterator
public org.reactivestreams.Publisher<V> iterator()
-
addAll
public io.reactivex.rxjava3.core.Single<Boolean> addAll(org.reactivestreams.Publisher<? extends V> c)
-
getPermitExpirableSemaphore
public RPermitExpirableSemaphoreRx getPermitExpirableSemaphore(V value)
-
getSemaphore
public RSemaphoreRx getSemaphore(V value)
-
getReadWriteLock
public RReadWriteLockRx getReadWriteLock(V value)
-
-