Constructor and Description |
---|
RedissonSetRx(RSet<V> instance,
RedissonRxClient redisson) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Flowable<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() |
io.reactivex.Flowable<V> |
iterator(int count) |
io.reactivex.Flowable<V> |
iterator(String pattern) |
io.reactivex.Flowable<V> |
iterator(String pattern,
int count) |
public RedissonSetRx(RSet<V> instance, RedissonRxClient redisson)
public io.reactivex.Flowable<V> iterator(int count)
public org.reactivestreams.Publisher<V> iterator()
public RPermitExpirableSemaphoreRx getPermitExpirableSemaphore(V value)
public RSemaphoreRx getSemaphore(V value)
public RReadWriteLockRx getReadWriteLock(V value)
Copyright © 2014–2018 The Redisson Project. All rights reserved.