Uses of Interface
org.redisson.api.RCountDownLatch
-
Packages that use RCountDownLatch Package Description org.redisson org.redisson.api org.redisson.transaction -
-
Uses of RCountDownLatch in org.redisson
Classes in org.redisson that implement RCountDownLatch Modifier and Type Class Description class
RedissonCountDownLatch
Distributed alternative to theCountDownLatch
It has a advantage overCountDownLatch
-- count can be reset viaRedissonCountDownLatch.trySetCount(long)
.Methods in org.redisson that return RCountDownLatch Modifier and Type Method Description RCountDownLatch
Redisson. getCountDownLatch(String name)
RCountDownLatch
RedissonMap. getCountDownLatch(K key)
RCountDownLatch
RedissonMultimap. getCountDownLatch(K key)
RCountDownLatch
RedissonSet. getCountDownLatch(V value)
RCountDownLatch
RedissonSetCache. getCountDownLatch(V value)
RCountDownLatch
RedissonSetMultimapValues. getCountDownLatch(V value)
-
Uses of RCountDownLatch in org.redisson.api
Methods in org.redisson.api that return RCountDownLatch Modifier and Type Method Description RCountDownLatch
RedissonClient. getCountDownLatch(String name)
Returns countDownLatch instance by name.RCountDownLatch
RMap. getCountDownLatch(K key)
ReturnsRCountDownLatch
instance associated with keyRCountDownLatch
RMultimap. getCountDownLatch(K key)
ReturnsRCountDownLatch
instance associated with keyRCountDownLatch
RSet. getCountDownLatch(V value)
ReturnsRCountDownLatch
instance associated withvalue
RCountDownLatch
RSetCache. getCountDownLatch(V value)
ReturnsRCountDownLatch
instance associated withvalue
-
Uses of RCountDownLatch in org.redisson.transaction
Methods in org.redisson.transaction that return RCountDownLatch Modifier and Type Method Description RCountDownLatch
RedissonTransactionalMap. getCountDownLatch(K key)
RCountDownLatch
RedissonTransactionalMapCache. getCountDownLatch(K key)
RCountDownLatch
RedissonTransactionalSet. getCountDownLatch(V value)
-