Uses of Interface
org.redisson.api.RCountDownLatchAsync
Packages that use RCountDownLatchAsync
-
Uses of RCountDownLatchAsync in org.redisson
Classes in org.redisson that implement RCountDownLatchAsyncModifier and TypeClassDescriptionclassDistributed 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.apiModifier and TypeInterfaceDescriptioninterfaceRedis based implementation ofCountDownLatchIt has an advantage overCountDownLatch-- count can be set viaRCountDownLatch.trySetCount(long)method.