V
- valuepublic class RedissonSetCacheRx<V> extends Object
Constructor and Description |
---|
RedissonSetCacheRx(RSetCache<V> instance,
RedissonRxClient redisson) |
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<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() |
public RedissonSetCacheRx(RSetCache<V> instance, RedissonRxClient redisson)
public org.reactivestreams.Publisher<V> iterator()
public org.reactivestreams.Publisher<Boolean> addAll(org.reactivestreams.Publisher<? extends V> c)
public RPermitExpirableSemaphoreRx getPermitExpirableSemaphore(V value)
public RSemaphoreRx getSemaphore(V value)
public RReadWriteLockRx getReadWriteLock(V value)
Copyright © 2014–2019 The Redisson Project. All rights reserved.