Uses of Interface
org.redisson.api.RCountDownLatch
Packages that use RCountDownLatch
-
Uses of RCountDownLatch in org.redisson
Classes in org.redisson that implement RCountDownLatchModifier and TypeClassDescriptionclassDistributed alternative to theCountDownLatchIt has a advantage overCountDownLatch-- count can be reset viaRedissonCountDownLatch.trySetCount(long).Methods in org.redisson that return RCountDownLatchModifier and TypeMethodDescriptionRedisson.getCountDownLatch(String name) Redisson.getCountDownLatch(CommonOptions options) RedissonMap.getCountDownLatch(K key) RedissonMultimap.getCountDownLatch(K key) RedissonSet.getCountDownLatch(V value) RedissonSetCache.getCountDownLatch(V value) RedissonSetMultimapValues.getCountDownLatch(V value) -
Uses of RCountDownLatch in org.redisson.api
Methods in org.redisson.api that return RCountDownLatchModifier and TypeMethodDescriptionRedissonClient.getCountDownLatch(String name) Returns countDownLatch instance by name.RedissonClient.getCountDownLatch(CommonOptions options) Returns countDownLatch instance with specifiedoptions.RJsonStore.getCountDownLatch(K key) ReturnsRCountDownLatchinstance associated with keyRJsonStoreReactive.getCountDownLatch(K key) ReturnsRCountDownLatchinstance associated with keyRJsonStoreRx.getCountDownLatch(K key) ReturnsRCountDownLatchinstance associated with keyRMap.getCountDownLatch(K key) ReturnsRCountDownLatchinstance associated with keyRMultimap.getCountDownLatch(K key) ReturnsRCountDownLatchinstance associated with keyRSet.getCountDownLatch(V value) ReturnsRCountDownLatchinstance associated withvalue -
Uses of RCountDownLatch in org.redisson.transaction
Methods in org.redisson.transaction that return RCountDownLatchModifier and TypeMethodDescriptionRedissonTransactionalMap.getCountDownLatch(K key) RedissonTransactionalMapCache.getCountDownLatch(K key) RedissonTransactionalSet.getCountDownLatch(V value)