Uses of Interface
org.redisson.api.RCountDownLatchAsync
-
Packages that use RCountDownLatchAsync Package Description org.redisson org.redisson.api -
-
Uses of RCountDownLatchAsync in org.redisson
Classes in org.redisson that implement RCountDownLatchAsync Modifier and Type Class Description class
RedissonCountDownLatch
Distributed alternative to theCountDownLatch
It has a advantage overCountDownLatch
-- count can be reset viaRedissonCountDownLatch.trySetCount(long)
. -
Uses of RCountDownLatchAsync in org.redisson.api
Subinterfaces of RCountDownLatchAsync in org.redisson.api Modifier and Type Interface Description interface
RCountDownLatch
Redis based implementation ofCountDownLatch
It has an advantage overCountDownLatch
-- count can be set viaRCountDownLatch.trySetCount(long)
method.
-