Uses of Class
org.redisson.RedissonLockEntry
-
Packages that use RedissonLockEntry Package Description org.redisson org.redisson.pubsub -
-
Uses of RedissonLockEntry in org.redisson
Methods in org.redisson that return types with arguments of type RedissonLockEntry Modifier and Type Method Description RPromise<RedissonLockEntry>RedissonLockEntry. getPromise()protected RFuture<RedissonLockEntry>RedissonFairLock. subscribe(long threadId)protected RFuture<RedissonLockEntry>RedissonLock. subscribe(long threadId)Method parameters in org.redisson with type arguments of type RedissonLockEntry Modifier and Type Method Description protected voidRedissonFairLock. unsubscribe(RFuture<RedissonLockEntry> future, long threadId)protected voidRedissonLock. unsubscribe(RFuture<RedissonLockEntry> future, long threadId)Constructor parameters in org.redisson with type arguments of type RedissonLockEntry Constructor Description RedissonLockEntry(RPromise<RedissonLockEntry> promise) -
Uses of RedissonLockEntry in org.redisson.pubsub
Methods in org.redisson.pubsub that return RedissonLockEntry Modifier and Type Method Description protected RedissonLockEntryLockPubSub. createEntry(RPromise<RedissonLockEntry> newPromise)protected RedissonLockEntrySemaphorePubSub. createEntry(RPromise<RedissonLockEntry> newPromise)Methods in org.redisson.pubsub with parameters of type RedissonLockEntry Modifier and Type Method Description protected voidLockPubSub. onMessage(RedissonLockEntry value, Long message)protected voidSemaphorePubSub. onMessage(RedissonLockEntry value, Long message)Method parameters in org.redisson.pubsub with type arguments of type RedissonLockEntry Modifier and Type Method Description protected RedissonLockEntryLockPubSub. createEntry(RPromise<RedissonLockEntry> newPromise)protected RedissonLockEntrySemaphorePubSub. createEntry(RPromise<RedissonLockEntry> newPromise)
-