Package org.redisson.reactive
Class RedissonSetCacheReactive<V>
java.lang.Object
org.redisson.reactive.RedissonSetCacheReactive<V>
- Type Parameters:
V- value
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorsConstructorDescriptionRedissonSetCacheReactive(RSetCache<V> instance, RedissonReactiveClient redisson) -
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<Boolean> getFairLock(V value) getPermitExpirableSemaphore(V value) getReadWriteLock(V value) getSemaphore(V value) org.reactivestreams.Publisher<V> iterator()
-
Constructor Details
-
RedissonSetCacheReactive
-
-
Method Details
-
iterator
-
addAll
-
getPermitExpirableSemaphore
-
getSemaphore
-
getFairLock
-
getReadWriteLock
-
getLock
-