| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonCountDownLatch
Distributed alternative to the
CountDownLatch
It has a advantage over CountDownLatch --
count can be reset via RedissonCountDownLatch.trySetCount(long). |
| Modifier and Type | Method and Description |
|---|---|
RCountDownLatch |
Redisson.getCountDownLatch(String name) |
| Modifier and Type | Method and Description |
|---|---|
RCountDownLatch |
RedissonClient.getCountDownLatch(String name)
Returns countDownLatch instance by name.
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.