Uses of Interface
org.redisson.api.RFencedLockRx
Packages that use RFencedLockRx
-
Uses of RFencedLockRx in org.redisson
Methods in org.redisson that return RFencedLockRxModifier and TypeMethodDescriptionRedissonRx.getFencedLock(String name) RedissonRx.getFencedLock(CommonOptions options) -
Uses of RFencedLockRx in org.redisson.api
Methods in org.redisson.api that return RFencedLockRxModifier and TypeMethodDescriptionRedissonRxClient.getFencedLock(String name) Returns Fenced Lock by name.RedissonRxClient.getFencedLock(CommonOptions options) Returns Fenced Lock instance with specifiedoptions..