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 classRedissonCountDownLatchDistributed alternative to theCountDownLatchIt 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 interfaceRCountDownLatchRedis based implementation ofCountDownLatchIt has an advantage overCountDownLatch-- count can be set viaRCountDownLatch.trySetCount(long)method.
-