Uses of Class
org.redisson.RedissonCountDownLatchEntry
-
Packages that use RedissonCountDownLatchEntry Package Description org.redisson org.redisson.pubsub -
-
Uses of RedissonCountDownLatchEntry in org.redisson
Methods in org.redisson that return types with arguments of type RedissonCountDownLatchEntry Modifier and Type Method Description RPromise<RedissonCountDownLatchEntry>
RedissonCountDownLatchEntry. getPromise()
Constructor parameters in org.redisson with type arguments of type RedissonCountDownLatchEntry Constructor Description RedissonCountDownLatchEntry(RPromise<RedissonCountDownLatchEntry> promise)
-
Uses of RedissonCountDownLatchEntry in org.redisson.pubsub
Methods in org.redisson.pubsub that return RedissonCountDownLatchEntry Modifier and Type Method Description protected RedissonCountDownLatchEntry
CountDownLatchPubSub. createEntry(RPromise<RedissonCountDownLatchEntry> newPromise)
Methods in org.redisson.pubsub with parameters of type RedissonCountDownLatchEntry Modifier and Type Method Description protected void
CountDownLatchPubSub. onMessage(RedissonCountDownLatchEntry value, Long message)
Method parameters in org.redisson.pubsub with type arguments of type RedissonCountDownLatchEntry Modifier and Type Method Description protected RedissonCountDownLatchEntry
CountDownLatchPubSub. createEntry(RPromise<RedissonCountDownLatchEntry> newPromise)
-