Package org.redisson
Class RedissonCountDownLatchEntry
java.lang.Object
org.redisson.RedissonCountDownLatchEntry
- All Implemented Interfaces:
PubSubEntry<RedissonCountDownLatchEntry>
public class RedissonCountDownLatchEntry
extends Object
implements PubSubEntry<RedissonCountDownLatchEntry>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidacquire()voidaddListener(Runnable listener) getLatch()intrelease()booleanremoveListener(Runnable listener)
-
Constructor Details
-
RedissonCountDownLatchEntry
-
-
Method Details
-
acquire
public void acquire()- Specified by:
acquirein interfacePubSubEntry<RedissonCountDownLatchEntry>
-
release
public int release()- Specified by:
releasein interfacePubSubEntry<RedissonCountDownLatchEntry>
-
getPromise
- Specified by:
getPromisein interfacePubSubEntry<RedissonCountDownLatchEntry>
-
addListener
-
removeListener
-
getListeners
-
getLatch
-