Package org.redisson

Class RedissonCountDownLatch

java.lang.Object
org.redisson.RedissonObject
org.redisson.RedissonCountDownLatch
All Implemented Interfaces:
RCountDownLatch, RCountDownLatchAsync, RObject, RObjectAsync

public class RedissonCountDownLatch extends RedissonObject implements RCountDownLatch
Distributed alternative to the CountDownLatch It has a advantage over CountDownLatch -- count can be reset via trySetCount(long).
Author:
Nikita Koksharov